#05871B

Color #05871B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #05871B

Tints of Green #05871B

Color information

#05871B (or 0x05871B) is unknown color: approx Green. HEX triplet: 05, 87 and 1B. RGB value is (5,135,27). Sum of RGB (Red+Green+Blue) = 5+135+27=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 135 (53.12% from 255 or 80.84% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 135 - color contains mainly: green. Hex color #05871B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05871B is #FA78E4. Grayscale: #545454. Windows color (decimal): -16414949 or 1804037. OLE color: 1804037.

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

Color convert

RGB513527-
CMYK0.9600.80.47
HSL130.15º92.86%27.45%-
HSV(B)130.15º96.3%52.94%-
XYZ8.9217.443.93-
YUV83.8295.9371.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.99%
GREEN value IS 135 (53.12% from 255) = 80.84%
BLUE value IS 27 (10.94% from 255) = 16.17%
R=2.99%
G=80.84%
B=16.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5135270.9600.80.47130.1592.8627.45
Hex5871B600502F825d1b
Octal52073314001205720213533
Binary101100001111101111000000101000010111110000010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05871B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05871B;
 }
 .AnyTagClassName
 {
   color: #05871B;
 }
</style>
background-color css

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

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

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

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

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

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