#015F00

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

Shades of Green #015F00

Tints of Green #015F00

Color information

#015F00 (or 0x015F00) is unknown color: approx Green. HEX triplet: 01, 5F and 00. RGB value is (1,95,0). Sum of RGB (Red+Green+Blue) = 1+95+0=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 95 (37.5% from 255 or 98.96% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 95 - color contains mainly: green. Hex color #015F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F00 is #FEA0FF. Grayscale: #383838. Windows color (decimal): -16687360 or 24321. OLE color: 24321.

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

Color convert

RGB1950-
CMYK0.99010.63
HSL119.37º100%18.63%-
HSV(B)119.37º100%37.25%-
XYZ4.18.191.36-
YUV56.0696.3688.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 95 (37.5% from 255) = 98.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.04%
G=98.96%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal19500.99010.63119.3710018.63
Hex15F0630643F776413
Octal1137014301447716714423
Binary1101111101100011011001001111111110111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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