Html Css Color HEX #1D8814 Forest Green

📋 copy color: '#1D8814'

red 29 ◦ green 136 ◦ blue 20

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

Shades of Forest Green #1D8814

Tints of Forest Green #1D8814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 73.51%

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 15.68%
G = 73.51%
B = 10.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#1D8814 (or 0x1D8814) is known color: Forest Green. HEX triplet: 1D, 88 and 14. RGB value is (29,136,20). Sum of RGB (Red+Green+Blue) = 29+136+20=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 136 (53.52% from 255 or 73.51% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 136 - color contains mainly: green. Hex color #1D8814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8814 is #E277EB. Grayscale: #5B5B5B. Windows color (decimal): -14841836 or 1345565. OLE color: 1345565.

HSL color Cylindrical-coordinate representation of color #1D8814: hue angle of 115.34º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D8814 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 29 136 20 -
CMYK 0.79 0 0.85 0.47
HSL 115.34º 0.74% 0.31% -
HSV(B) 115.34º 0.85% 0.53% -
XYZ 9.44 17.92 3.62 -
YUV 90.78 88.05 83.93 -
System Red Green Blue C M Y K H S L
Decimal 29 136 20 0.79 0 0.85 0.47 115.34 0.74 0.31
Hex 1D 88 14 4F 0 55 2F 73 4A 1F
Octal 35 210 24 117 0 125 57 163 112 37
Binary 11101 10001000 10100 1001111 0 1010101 101111 1110011 1001010 11111

Color Harmonies of #1D8814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8814

Black with #1D8814

Text Example


Text Example

White with #1D8814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,136,20); }

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

background-color css

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

 a { background-color: rgb(29,136,20); }

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

border-color css

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

 span { border-color: rgb(29,136,20); }

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