#015F0C

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

Shades of Green #015F0C

Tints of Green #015F0C

Color information

#015F0C (or 0x015F0C) is unknown color: approx Green. HEX triplet: 01, 5F and 0C. RGB value is (1,95,12). Sum of RGB (Red+Green+Blue) = 1+95+12=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 95 (37.5% from 255 or 87.96% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 95 - color contains mainly: green. Hex color #015F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F0C is #FEA0F3. Grayscale: #393939. Windows color (decimal): -16687348 or 810753. OLE color: 810753.

HSL color Cylindrical-coordinate representation of color #015F0C: hue angle of 127.02º 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 #015F0C is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB19512-
CMYK0.9900.870.63
HSL127.02º97.92%18.82%-
HSV(B)127.02º98.95%37.25%-
XYZ4.178.221.71-
YUV57.43102.3687.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 95 (37.5% from 255) = 87.96%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=0.93%
G=87.96%
B=11.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal195120.9900.870.63127.0297.9218.82
Hex15FC630573F7f6213
Octal11371414301277717714223
Binary1101111111001100011010101111111111111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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