#1D9F50

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

Shades of Sea Green #1D9F50

Tints of Sea Green #1D9F50

Color information

#1D9F50 (or 0x1D9F50) is unknown color: approx Sea Green. HEX triplet: 1D, 9F and 50. RGB value is (29,159,80). Sum of RGB (Red+Green+Blue) = 29+159+80=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 159 (62.5% from 255 or 59.33% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 159 - color contains mainly: green. Hex color #1D9F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9F50 is #E260AF. Grayscale: #6F6F6F. Windows color (decimal): -14835888 or 5283613. OLE color: 5283613.

HSL color Cylindrical-coordinate representation of color #1D9F50: hue angle of 143.54º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9F50 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB2915980-
CMYK0.8200.500.38
HSL143.54º69.15%36.86%-
HSV(B)143.54º81.76%62.35%-
XYZ14.3525.6411.78-
YUV111.12110.4369.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.82%
GREEN value IS 159 (62.5% from 255) = 59.33%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=10.82%
G=59.33%
B=29.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal29159800.8200.500.38143.5469.1536.86
Hex1D9F505203226904525
Octal352371201220624622010545
Binary1110110011111101000010100100110010100110100100001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D9F50; }

 p { color: rgb(29,159,80); }

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

<style>
 a { background-color: #1D9F50; }

 a { background-color: rgb(29,159,80); }

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

<style>
 span { border-color: #1D9F50; }

 span { border-color: rgb(29,159,80); }

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