Html Css Color HEX #05821F Forest Green

📋 copy color: '#05821F'

red 5 ◦ green 130 ◦ blue 31

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

Shades of Forest Green #05821F

Tints of Forest Green #05821F

RGB

 RED value IS 5 (2.34% from 255) = 3.01%

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

 BLUE value IS 31 (12.5% from 255) = 18.67%

R = 3.01%
G = 78.31%
B = 18.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#05821F (or 0x05821F) is known color: Forest Green. HEX triplet: 05, 82 and 1F. RGB value is (5,130,31). Sum of RGB (Red+Green+Blue) = 5+130+31=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #05821F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05821F is #FA7DE0. Grayscale: #515151. Windows color (decimal): -16416225 or 2064901. OLE color: 2064901.

HSL color Cylindrical-coordinate representation of color #05821F: hue angle of 132.48º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05821F is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 130 31 -
CMYK 0.96 0 0.76 0.49
HSL 132.48º 0.93% 0.26% -
HSV(B) 132.48º 0.96% 0.51% -
XYZ 8.29 16.1 3.97 -
YUV 81.34 99.59 73.55 -
System Red Green Blue C M Y K H S L
Decimal 5 130 31 0.96 0 0.76 0.49 132.48 0.93 0.26
Hex 5 82 1F 60 0 4C 31 84 5D 1A
Octal 5 202 37 140 0 114 61 204 135 32
Binary 101 10000010 11111 1100000 0 1001100 110001 10000100 1011101 11010

Color Harmonies of #05821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05821F

Black with #05821F

Text Example


Text Example

White with #05821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05821F; }

 p { color: rgb(5,130,31); }

 H1.HeaderClassName
 {
   color: #05821F;
 }
 .AnyTagClassName
 {
   color: #05821F;
 }
</style>

background-color css

<style>
 a { background-color: #05821F; }

 a { background-color: rgb(5,130,31); }

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

border-color css

<style>
 span { border-color: #05821F; }

 span { border-color: rgb(5,130,31); }

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