Html Css Color HEX #05831A Green

📋 copy color: '#05831A'

red 5 ◦ green 131 ◦ blue 26

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

Shades of Green #05831A

Tints of Green #05831A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 80.86%

 BLUE value IS 26 (10.55% from 255) = 16.05%

R = 3.09%
G = 80.86%
B = 16.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#05831A (or 0x05831A) is known color: Green. HEX triplet: 05, 83 and 1A. RGB value is (5,131,26). Sum of RGB (Red+Green+Blue) = 5+131+26=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 131 (51.56% from 255 or 80.86% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 131 - color contains mainly: green. Hex color #05831A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05831A is #FA7CE5. Grayscale: #515151. Windows color (decimal): -16415974 or 1737477. OLE color: 1737477.

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

Color convert

RGB 5 131 26 -
CMYK 0.96 0 0.80 0.49
HSL 130º 0.93% 0.27% -
HSV(B) 130º 0.96% 0.51% -
XYZ 8.37 16.34 3.69 -
YUV 81.36 96.76 73.54 -
System Red Green Blue C M Y K H S L
Decimal 5 131 26 0.96 0 0.80 0.49 130 0.93 0.27
Hex 5 83 1A 60 0 50 31 82 5D 1B
Octal 5 203 32 140 0 120 61 202 135 33
Binary 101 10000011 11010 1100000 0 1010000 110001 10000010 1011101 11011

Color Harmonies of #05831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05831A

Black with #05831A

Text Example


Text Example

White with #05831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05831A; }

 p { color: rgb(5,131,26); }

 H1.HeaderClassName
 {
   color: #05831A;
 }
 .AnyTagClassName
 {
   color: #05831A;
 }
</style>

background-color css

<style>
 a { background-color: #05831A; }

 a { background-color: rgb(5,131,26); }

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

border-color css

<style>
 span { border-color: #05831A; }

 span { border-color: rgb(5,131,26); }

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