Html Css Color HEX #1D6B42 Dark Spring Green

📋 copy color: '#1D6B42'

red 29 ◦ green 107 ◦ blue 66

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

Shades of Dark Spring Green #1D6B42

Tints of Dark Spring Green #1D6B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 52.97%

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

R = 14.36%
G = 52.97%
B = 32.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#1D6B42 (or 0x1D6B42) is known color: Dark Spring Green. HEX triplet: 1D, 6B and 42. RGB value is (29,107,66). Sum of RGB (Red+Green+Blue) = 29+107+66=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6B42 is #E294BD. Grayscale: #4F4F4F. Windows color (decimal): -14849214 or 4352797. OLE color: 4352797.

HSL color Cylindrical-coordinate representation of color #1D6B42: hue angle of 148.46º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6B42 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 107 66 -
CMYK 0.73 0 0.38 0.58
HSL 148.46º 0.57% 0.27% -
HSV(B) 148.46º 0.73% 0.42% -
XYZ 6.75 11.17 6.95 -
YUV 79 120.66 92.33 -
System Red Green Blue C M Y K H S L
Decimal 29 107 66 0.73 0 0.38 0.58 148.46 0.57 0.27
Hex 1D 6B 42 49 0 26 3A 94 39 1B
Octal 35 153 102 111 0 46 72 224 71 33
Binary 11101 1101011 1000010 1001001 0 100110 111010 10010100 111001 11011

Color Harmonies of #1D6B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6B42

Black with #1D6B42

Text Example


Text Example

White with #1D6B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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