Html Css Color HEX #015D0C Green

📋 copy color: '#015D0C'

red 1 ◦ green 93 ◦ blue 12

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

Shades of Green #015D0C

Tints of Green #015D0C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 87.74%

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

R = 0.94%
G = 87.74%
B = 11.32%

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

#015D0C (or 0x015D0C) is known color: Green. HEX triplet: 01, 5D and 0C. RGB value is (1,93,12). Sum of RGB (Red+Green+Blue) = 1+93+12=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 93 (36.72% from 255 or 87.74% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 93 - color contains mainly: green. Hex color #015D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015D0C is #FEA2F3. Grayscale: #383838. Windows color (decimal): -16687860 or 810241. OLE color: 810241.

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

Color convert

RGB 1 93 12 -
CMYK 0.99 0 0.87 0.64
HSL 127.17º 0.98% 0.18% -
HSV(B) 127.17º 0.99% 0.36% -
XYZ 3.99 7.86 1.65 -
YUV 56.26 103.02 88.59 -
System Red Green Blue C M Y K H S L
Decimal 1 93 12 0.99 0 0.87 0.64 127.17 0.98 0.18
Hex 1 5D C 63 0 57 40 7F 62 12
Octal 1 135 14 143 0 127 100 177 142 22
Binary 1 1011101 1100 1100011 0 1010111 1000000 1111111 1100010 10010

Color Harmonies of #015D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D0C

Black with #015D0C

Text Example


Text Example

White with #015D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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