#015F05

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

Shades of Green #015F05

Tints of Green #015F05

Color information

#015F05 (or 0x015F05) is unknown color: approx Green. HEX triplet: 01, 5F and 05. RGB value is (1,95,5). Sum of RGB (Red+Green+Blue) = 1+95+5=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 95 (37.5% from 255 or 94.06% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 95 - color contains mainly: green. Hex color #015F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F05 is #FEA0FA. Grayscale: #383838. Windows color (decimal): -16687355 or 352001. OLE color: 352001.

HSL color Cylindrical-coordinate representation of color #015F05: hue angle of 122.55º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F05 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.63.

Color convert

RGB1955-
CMYK0.9900.950.63
HSL122.55º97.92%18.82%-
HSV(B)122.55º98.95%37.25%-
XYZ4.138.21.51-
YUV56.6398.8688.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 95 (37.5% from 255) = 94.06%
BLUE value IS 5 (2.34% from 255) = 4.95%
R=0.99%
G=94.06%
B=4.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal19550.9900.950.63122.5597.9218.82
Hex15F56305F3F7b6213
Octal1137514301377717314223
Binary110111111011100011010111111111111111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015F05; }

 p { color: rgb(1,95,5); }

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

<style>
 a { background-color: #015F05; }

 a { background-color: rgb(1,95,5); }

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

<style>
 span { border-color: #015F05; }

 span { border-color: rgb(1,95,5); }

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