Html Css Color HEX #015B0E Green

📋 copy color: '#015B0E'

red 1 ◦ green 91 ◦ blue 14

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

Shades of Green #015B0E

Tints of Green #015B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 85.85%

 BLUE value IS 14 (5.86% from 255) = 13.21%

R = 0.94%
G = 85.85%
B = 13.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#015B0E (or 0x015B0E) is known color: Green. HEX triplet: 01, 5B and 0E. RGB value is (1,91,14). Sum of RGB (Red+Green+Blue) = 1+91+14=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 91 (35.94% from 255 or 85.85% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 91 - color contains mainly: green. Hex color #015B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015B0E is #FEA4F1. Grayscale: #373737. Windows color (decimal): -16688370 or 940801. OLE color: 940801.

HSL color Cylindrical-coordinate representation of color #015B0E: hue angle of 128.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B0E is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 91 14 -
CMYK 0.99 0 0.85 0.64
HSL 128.67º 0.98% 0.18% -
HSV(B) 128.67º 0.99% 0.36% -
XYZ 3.83 7.52 1.67 -
YUV 55.31 104.68 89.26 -
System Red Green Blue C M Y K H S L
Decimal 1 91 14 0.99 0 0.85 0.64 128.67 0.98 0.18
Hex 1 5B E 63 0 55 40 81 62 12
Octal 1 133 16 143 0 125 100 201 142 22
Binary 1 1011011 1110 1100011 0 1010101 1000000 10000001 1100010 10010

Color Harmonies of #015B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B0E

Black with #015B0E

Text Example


Text Example

White with #015B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,91,14); }

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

background-color css

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

 a { background-color: rgb(1,91,14); }

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

border-color css

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

 span { border-color: rgb(1,91,14); }

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