Html Css Color HEX #015C0C Green

📋 copy color: '#015C0C'

red 1 ◦ green 92 ◦ blue 12

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

Shades of Green #015C0C

Tints of Green #015C0C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 87.62%

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

R = 0.95%
G = 87.62%
B = 11.43%

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

#015C0C (or 0x015C0C) is known color: Green. HEX triplet: 01, 5C and 0C. RGB value is (1,92,12). Sum of RGB (Red+Green+Blue) = 1+92+12=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 92 (36.33% from 255 or 87.62% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 92 - color contains mainly: green. Hex color #015C0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015C0C is #FEA3F3. Grayscale: #373737. Windows color (decimal): -16688116 or 809985. OLE color: 809985.

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

Color convert

RGB 1 92 12 -
CMYK 0.99 0 0.87 0.64
HSL 127.25º 0.98% 0.18% -
HSV(B) 127.25º 0.99% 0.36% -
XYZ 3.91 7.69 1.63 -
YUV 55.67 103.35 89 -
System Red Green Blue C M Y K H S L
Decimal 1 92 12 0.99 0 0.87 0.64 127.25 0.98 0.18
Hex 1 5C C 63 0 57 40 7F 62 12
Octal 1 134 14 143 0 127 100 177 142 22
Binary 1 1011100 1100 1100011 0 1010111 1000000 1111111 1100010 10010

Color Harmonies of #015C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C0C

Black with #015C0C

Text Example


Text Example

White with #015C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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