Html Css Color HEX #1D7F42 Dark Spring Green

📋 copy color: '#1D7F42'

red 29 ◦ green 127 ◦ blue 66

#1D7F42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #1D7F42

Tints of Dark Spring Green #1D7F42

RGB

 RED value IS 29 (11.72% from 255) = 13.06%

 GREEN value IS 127 (50% from 255) = 57.21%

 BLUE value IS 66 (26.17% from 255) = 29.73%

R = 13.06%
G = 57.21%
B = 29.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#1D7F42 (or 0x1D7F42) is known color: Dark Spring Green. HEX triplet: 1D, 7F and 42. RGB value is (29,127,66). Sum of RGB (Red+Green+Blue) = 29+127+66=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7F42 is #E280BD. Grayscale: #5A5A5A. Windows color (decimal): -14844094 or 4357917. OLE color: 4357917.

HSL color Cylindrical-coordinate representation of color #1D7F42: hue angle of 142.65º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7F42 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 29 127 66 -
CMYK 0.77 0 0.48 0.50
HSL 142.65º 0.63% 0.31% -
HSV(B) 142.65º 0.77% 0.5% -
XYZ 9.08 15.83 7.73 -
YUV 90.74 114.03 83.96 -
System Red Green Blue C M Y K H S L
Decimal 29 127 66 0.77 0 0.48 0.50 142.65 0.63 0.31
Hex 1D 7F 42 4D 0 30 32 8F 3F 1F
Octal 35 177 102 115 0 60 62 217 77 37
Binary 11101 1111111 1000010 1001101 0 110000 110010 10001111 111111 11111

Color Harmonies of #1D7F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7F42

Black with #1D7F42

Text Example


Text Example

White with #1D7F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,127,66); }

 H1.HeaderClassName
 {
   color: #1D7F42;
 }
 .AnyTagClassName
 {
   color: #1D7F42;
 }
</style>

background-color css

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

 a { background-color: rgb(29,127,66); }

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

border-color css

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

 span { border-color: rgb(29,127,66); }

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