Html Css Color HEX #1D822F Forest Green

📋 copy color: '#1D822F'

red 29 ◦ green 130 ◦ blue 47

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

Shades of Forest Green #1D822F

Tints of Forest Green #1D822F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 63.11%

 BLUE value IS 47 (18.75% from 255) = 22.82%

R = 14.08%
G = 63.11%
B = 22.82%

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

#1D822F (or 0x1D822F) is known color: Forest Green. HEX triplet: 1D, 82 and 2F. RGB value is (29,130,47). Sum of RGB (Red+Green+Blue) = 29+130+47=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #1D822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D822F is #E27DD0. Grayscale: #5A5A5A. Windows color (decimal): -14843345 or 3113501. OLE color: 3113501.

HSL color Cylindrical-coordinate representation of color #1D822F: hue angle of 130.69º degrees, saturation: 0.64, 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 #1D822F is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 130 47 -
CMYK 0.78 0 0.64 0.49
HSL 130.69º 0.64% 0.31% -
HSV(B) 130.69º 0.78% 0.51% -
XYZ 9 16.43 5.39 -
YUV 90.34 103.54 84.25 -
System Red Green Blue C M Y K H S L
Decimal 29 130 47 0.78 0 0.64 0.49 130.69 0.64 0.31
Hex 1D 82 2F 4E 0 40 31 83 40 1F
Octal 35 202 57 116 0 100 61 203 100 37
Binary 11101 10000010 101111 1001110 0 1000000 110001 10000011 1000000 11111

Color Harmonies of #1D822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D822F

Black with #1D822F

Text Example


Text Example

White with #1D822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,130,47); }

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

background-color css

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

 a { background-color: rgb(29,130,47); }

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

border-color css

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

 span { border-color: rgb(29,130,47); }

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