Html Css Color HEX #05821C Green

📋 copy color: '#05821C'

red 5 ◦ green 130 ◦ blue 28

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

Shades of Green #05821C

Tints of Green #05821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 3.07%
G = 79.75%
B = 17.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#05821C (or 0x05821C) is known color: Green. HEX triplet: 05, 82 and 1C. RGB value is (5,130,28). Sum of RGB (Red+Green+Blue) = 5+130+28=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #05821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05821C is #FA7DE3. Grayscale: #515151. Windows color (decimal): -16416228 or 1868293. OLE color: 1868293.

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

Color convert

RGB 5 130 28 -
CMYK 0.96 0 0.78 0.49
HSL 131.04º 0.93% 0.26% -
HSV(B) 131.04º 0.96% 0.51% -
XYZ 8.25 16.08 3.77 -
YUV 81 98.09 73.79 -
System Red Green Blue C M Y K H S L
Decimal 5 130 28 0.96 0 0.78 0.49 131.04 0.93 0.26
Hex 5 82 1C 60 0 4E 31 83 5D 1A
Octal 5 202 34 140 0 116 61 203 135 32
Binary 101 10000010 11100 1100000 0 1001110 110001 10000011 1011101 11010

Color Harmonies of #05821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05821C

Black with #05821C

Text Example


Text Example

White with #05821C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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