#29CB75

Color #29CB75 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #29CB75

Tints of Medium Sea Green #29CB75

Color information

#29CB75 (or 0x29CB75) is unknown color: approx Medium Sea Green. HEX triplet: 29, CB and 75. RGB value is (41,203,117). Sum of RGB (Red+Green+Blue) = 41+203+117=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29CB75 is #D6348A. Grayscale: #909090. Windows color (decimal): -14038155 or 7719721. OLE color: 7719721.

HSL color Cylindrical-coordinate representation of color #29CB75: hue angle of 148.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CB75 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB41203117-
CMYK0.8000.420.20
HSL148.15º66.39%47.84%-
HSV(B)148.15º79.8%79.61%-
XYZ25.4844.4724.07-
YUV144.76112.3353.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 11.36%
GREEN value IS 203 (79.69% from 255) = 56.23%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=11.36%
G=56.23%
B=32.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal412031170.8000.420.20148.1566.3947.84
Hex29CB755002A14944230
Octal513131651200522422410260
Binary1010011100101111101011010000010101010100100101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29CB75; }

 p { color: rgb(41,203,117); }

 H1.HeaderClassName
 {
   color: #29CB75;
 }
 .AnyTagClassName
 {
   color: #29CB75;
 }
</style>
background-color css

<style>
 a { background-color: #29CB75; }

 a { background-color: rgb(41,203,117); }

 div.DivClassName
 {
   background-color: #29CB75;
 }
 .BgClassName
 {
   background-color: #29CB75;
 }
</style>
border-color css

<style>
 span { border-color: #29CB75; }

 span { border-color: rgb(41,203,117); }

 td.TdClassName
 {
   border-color: #29CB75;
 }
 .TagClassName
 {
   border-color: #29CB75;
 }
</style>