Html Css Color HEX #015B0C Green

📋 copy color: '#015B0C'

red 1 ◦ green 91 ◦ blue 12

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

Shades of Green #015B0C

Tints of Green #015B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.54%

R = 0.96%
G = 87.5%
B = 11.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#015B0C (or 0x015B0C) is known color: Green. HEX triplet: 01, 5B and 0C. RGB value is (1,91,12). Sum of RGB (Red+Green+Blue) = 1+91+12=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 91 (35.94% from 255 or 87.5% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 91 - color contains mainly: green. Hex color #015B0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015B0C is #FEA4F3. Grayscale: #373737. Windows color (decimal): -16688372 or 809729. OLE color: 809729.

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

Color convert

RGB 1 91 12 -
CMYK 0.99 0 0.87 0.64
HSL 127.33º 0.98% 0.18% -
HSV(B) 127.33º 0.99% 0.36% -
XYZ 3.82 7.52 1.6 -
YUV 55.08 103.68 89.42 -
System Red Green Blue C M Y K H S L
Decimal 1 91 12 0.99 0 0.87 0.64 127.33 0.98 0.18
Hex 1 5B C 63 0 57 40 7F 62 12
Octal 1 133 14 143 0 127 100 177 142 22
Binary 1 1011011 1100 1100011 0 1010111 1000000 1111111 1100010 10010

Color Harmonies of #015B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B0C

Black with #015B0C

Text Example


Text Example

White with #015B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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