#1D7B5F

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

Shades of Deep Sea #1D7B5F

Tints of Deep Sea #1D7B5F

Color information

#1D7B5F (or 0x1D7B5F) is unknown color: approx Deep Sea. HEX triplet: 1D, 7B and 5F. RGB value is (29,123,95). Sum of RGB (Red+Green+Blue) = 29+123+95=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #1D7B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7B5F is #E284A0. Grayscale: #5B5B5B. Windows color (decimal): -14845089 or 6257437. OLE color: 6257437.

HSL color Cylindrical-coordinate representation of color #1D7B5F: hue angle of 162.13º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7B5F is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB2912395-
CMYK0.7600.230.52
HSL162.13º61.84%29.8%-
HSV(B)162.13º76.42%48.24%-
XYZ9.6615.2513.26-
YUV91.7129.8683.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.74%
GREEN value IS 123 (48.44% from 255) = 49.80%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=11.74%
G=49.80%
B=38.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal29123950.7600.230.52162.1361.8429.8
Hex1D7B5F4C01734a23e1e
Octal35173137114027642427636
Binary111011111011101111110011000101111101001010001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,123,95); }

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

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

 a { background-color: rgb(29,123,95); }

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

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

 span { border-color: rgb(29,123,95); }

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