Html Css Color HEX #05851B Green

📋 copy color: '#05851B'

red 5 ◦ green 133 ◦ blue 27

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

Shades of Green #05851B

Tints of Green #05851B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 80.61%

 BLUE value IS 27 (10.94% from 255) = 16.36%

R = 3.03%
G = 80.61%
B = 16.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#05851B (or 0x05851B) is known color: Green. HEX triplet: 05, 85 and 1B. RGB value is (5,133,27). Sum of RGB (Red+Green+Blue) = 5+133+27=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 133 (52.34% from 255 or 80.61% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 133 - color contains mainly: green. Hex color #05851B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05851B is #FA7AE4. Grayscale: #525252. Windows color (decimal): -16415461 or 1803525. OLE color: 1803525.

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

Color convert

RGB 5 133 27 -
CMYK 0.96 0 0.80 0.48
HSL 130.31º 0.93% 0.27% -
HSV(B) 130.31º 0.96% 0.52% -
XYZ 8.65 16.89 3.84 -
YUV 82.64 96.59 72.62 -
System Red Green Blue C M Y K H S L
Decimal 5 133 27 0.96 0 0.80 0.48 130.31 0.93 0.27
Hex 5 85 1B 60 0 50 30 82 5D 1B
Octal 5 205 33 140 0 120 60 202 135 33
Binary 101 10000101 11011 1100000 0 1010000 110000 10000010 1011101 11011

Color Harmonies of #05851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05851B

Black with #05851B

Text Example


Text Example

White with #05851B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05851B; }

 p { color: rgb(5,133,27); }

 H1.HeaderClassName
 {
   color: #05851B;
 }
 .AnyTagClassName
 {
   color: #05851B;
 }
</style>

background-color css

<style>
 a { background-color: #05851B; }

 a { background-color: rgb(5,133,27); }

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

border-color css

<style>
 span { border-color: #05851B; }

 span { border-color: rgb(5,133,27); }

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