Html Css Color HEX #05821E Green

📋 copy color: '#05821E'

red 5 ◦ green 130 ◦ blue 30

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

Shades of Green #05821E

Tints of Green #05821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.18%

R = 3.03%
G = 78.79%
B = 18.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#05821E (or 0x05821E) is known color: Green. HEX triplet: 05, 82 and 1E. RGB value is (5,130,30). Sum of RGB (Red+Green+Blue) = 5+130+30=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 130 (51.17% from 255 or 78.79% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 130 - color contains mainly: green. Hex color #05821E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05821E is #FA7DE1. Grayscale: #515151. Windows color (decimal): -16416226 or 1999365. OLE color: 1999365.

HSL color Cylindrical-coordinate representation of color #05821E: hue angle of 132º 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 #05821E is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 130 30 -
CMYK 0.96 0 0.77 0.49
HSL 132º 0.93% 0.26% -
HSV(B) 132º 0.96% 0.51% -
XYZ 8.28 16.09 3.9 -
YUV 81.23 99.09 73.63 -
System Red Green Blue C M Y K H S L
Decimal 5 130 30 0.96 0 0.77 0.49 132 0.93 0.26
Hex 5 82 1E 60 0 4D 31 84 5D 1A
Octal 5 202 36 140 0 115 61 204 135 32
Binary 101 10000010 11110 1100000 0 1001101 110001 10000100 1011101 11010

Color Harmonies of #05821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05821E

Black with #05821E

Text Example


Text Example

White with #05821E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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