Html Css Color HEX #015F0D Green

📋 copy color: '#015F0D'

red 1 ◦ green 95 ◦ blue 13

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

Shades of Green #015F0D

Tints of Green #015F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.93%

R = 0.92%
G = 87.16%
B = 11.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.63

RGB Variations

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

Color information

#015F0D (or 0x015F0D) is known color: Green. HEX triplet: 01, 5F and 0D. RGB value is (1,95,13). Sum of RGB (Red+Green+Blue) = 1+95+13=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 95 (37.5% from 255 or 87.16% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 95 - color contains mainly: green. Hex color #015F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F0D is #FEA0F2. Grayscale: #393939. Windows color (decimal): -16687347 or 876289. OLE color: 876289.

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

Color convert

RGB 1 95 13 -
CMYK 0.99 0 0.86 0.63
HSL 127.66º 0.98% 0.19% -
HSV(B) 127.66º 0.99% 0.37% -
XYZ 4.18 8.22 1.75 -
YUV 57.55 102.86 87.67 -
System Red Green Blue C M Y K H S L
Decimal 1 95 13 0.99 0 0.86 0.63 127.66 0.98 0.19
Hex 1 5F D 63 0 56 3F 80 62 13
Octal 1 137 15 143 0 126 77 200 142 23
Binary 1 1011111 1101 1100011 0 1010110 111111 10000000 1100010 10011

Color Harmonies of #015F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F0D

Black with #015F0D

Text Example


Text Example

White with #015F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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