#1D964A

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

Shades of Sea Green #1D964A

Tints of Sea Green #1D964A

Color information

#1D964A (or 0x1D964A) is unknown color: approx Sea Green. HEX triplet: 1D, 96 and 4A. RGB value is (29,150,74). Sum of RGB (Red+Green+Blue) = 29+150+74=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #1D964A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D964A is #E269B5. Grayscale: #696969. Windows color (decimal): -14838198 or 4888093. OLE color: 4888093.

HSL color Cylindrical-coordinate representation of color #1D964A: hue angle of 142.31º 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 #1D964A is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB2915074-
CMYK0.8100.510.41
HSL142.31º67.6%35.1%-
HSV(B)142.31º80.67%58.82%-
XYZ12.6522.5710.17-
YUV105.16110.4173.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.46%
GREEN value IS 150 (58.98% from 255) = 59.29%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=11.46%
G=59.29%
B=29.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal29150740.8100.510.41142.3167.635.1
Hex1D964A51033298e4423
Octal352261121210635121610443
Binary1110110010110100101010100010110011101001100011101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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