#1D965A

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

Shades of Sea Green #1D965A

Tints of Sea Green #1D965A

Color information

#1D965A (or 0x1D965A) is unknown color: approx Sea Green. HEX triplet: 1D, 96 and 5A. RGB value is (29,150,90). Sum of RGB (Red+Green+Blue) = 29+150+90=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #1D965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D965A is #E269A5. Grayscale: #6B6B6B. Windows color (decimal): -14838182 or 5936669. OLE color: 5936669.

HSL color Cylindrical-coordinate representation of color #1D965A: hue angle of 150.25º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D965A is Cyan = 0.81, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB2915090-
CMYK0.8100.40.41
HSL150.25º67.6%35.1%-
HSV(B)150.25º80.67%58.82%-
XYZ13.2622.8113.38-
YUV106.98118.4172.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.78%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=10.78%
G=55.76%
B=33.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal29150900.8100.40.41150.2567.635.1
Hex1D965A5102829964423
Octal352261321210505122610443
Binary1110110010110101101010100010101000101001100101101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,150,90); }

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

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

 a { background-color: rgb(29,150,90); }

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

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

 span { border-color: rgb(29,150,90); }

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