Html Css Color HEX #015F0F Green

📋 copy color: '#015F0F'

red 1 ◦ green 95 ◦ blue 15

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

Shades of Green #015F0F

Tints of Green #015F0F

RGB

 RED value IS 1 (0.78% from 255) = 0.9%

 GREEN value IS 95 (37.5% from 255) = 85.59%

 BLUE value IS 15 (6.25% from 255) = 13.51%

R = 0.9%
G = 85.59%
B = 13.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#015F0F (or 0x015F0F) is known color: Green. HEX triplet: 01, 5F and 0F. RGB value is (1,95,15). Sum of RGB (Red+Green+Blue) = 1+95+15=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 95 (37.5% from 255 or 85.59% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 95 - color contains mainly: green. Hex color #015F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F0F is #FEA0F0. Grayscale: #393939. Windows color (decimal): -16687345 or 1007361. OLE color: 1007361.

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

Color convert

RGB 1 95 15 -
CMYK 0.99 0 0.84 0.63
HSL 128.94º 0.98% 0.19% -
HSV(B) 128.94º 0.99% 0.37% -
XYZ 4.19 8.23 1.82 -
YUV 57.77 103.86 87.5 -
System Red Green Blue C M Y K H S L
Decimal 1 95 15 0.99 0 0.84 0.63 128.94 0.98 0.19
Hex 1 5F F 63 0 54 3F 81 62 13
Octal 1 137 17 143 0 124 77 201 142 23
Binary 1 1011111 1111 1100011 0 1010100 111111 10000001 1100010 10011

Color Harmonies of #015F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F0F

Black with #015F0F

Text Example


Text Example

White with #015F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #015F0F;
 }
 .AnyTagClassName
 {
   color: #015F0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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