#1D975B

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

Shades of Sea Green #1D975B

Tints of Sea Green #1D975B

Color information

#1D975B (or 0x1D975B) is unknown color: approx Sea Green. HEX triplet: 1D, 97 and 5B. RGB value is (29,151,91). Sum of RGB (Red+Green+Blue) = 29+151+91=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #1D975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D975B is #E268A4. Grayscale: #6B6B6B. Windows color (decimal): -14837925 or 6002461. OLE color: 6002461.

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

Color convert

RGB2915191-
CMYK0.8100.400.41
HSL150.49º67.78%35.29%-
HSV(B)150.49º80.79%59.22%-
XYZ13.4623.1513.66-
YUV107.68118.5871.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.70%
GREEN value IS 151 (59.38% from 255) = 55.72%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=10.70%
G=55.72%
B=33.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal29151910.8100.400.41150.4967.7835.29
Hex1D975B5102829964423
Octal352271331210505122610443
Binary1110110010111101101110100010101000101001100101101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,151,91); }

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

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

 a { background-color: rgb(29,151,91); }

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

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

 span { border-color: rgb(29,151,91); }

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