Html Css Color HEX #1D812E Forest Green

📋 copy color: '#1D812E'

red 29 ◦ green 129 ◦ blue 46

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

Shades of Forest Green #1D812E

Tints of Forest Green #1D812E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 63.24%

 BLUE value IS 46 (18.36% from 255) = 22.55%

R = 14.22%
G = 63.24%
B = 22.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#1D812E (or 0x1D812E) is known color: Forest Green. HEX triplet: 1D, 81 and 2E. RGB value is (29,129,46). Sum of RGB (Red+Green+Blue) = 29+129+46=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #1D812E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D812E is #E27ED1. Grayscale: #595959. Windows color (decimal): -14843602 or 3047709. OLE color: 3047709.

HSL color Cylindrical-coordinate representation of color #1D812E: hue angle of 130.2º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D812E is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 129 46 -
CMYK 0.78 0 0.64 0.49
HSL 130.2º 0.63% 0.31% -
HSV(B) 130.2º 0.78% 0.51% -
XYZ 8.85 16.16 5.24 -
YUV 89.64 103.37 84.75 -
System Red Green Blue C M Y K H S L
Decimal 29 129 46 0.78 0 0.64 0.49 130.2 0.63 0.31
Hex 1D 81 2E 4E 0 40 31 82 3F 1F
Octal 35 201 56 116 0 100 61 202 77 37
Binary 11101 10000001 101110 1001110 0 1000000 110001 10000010 111111 11111

Color Harmonies of #1D812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D812E

Black with #1D812E

Text Example


Text Example

White with #1D812E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,129,46); }

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

background-color css

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

 a { background-color: rgb(29,129,46); }

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

border-color css

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

 span { border-color: rgb(29,129,46); }

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