Html Css Color HEX #01150C Dark Green

📋 copy color: '#01150C'

red 1 ◦ green 21 ◦ blue 12

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

Shades of Dark Green #01150C

Tints of Dark Green #01150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 61.76%

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

R = 2.94%
G = 61.76%
B = 35.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#01150C (or 0x01150C) is known color: Dark Green. HEX triplet: 01, 15 and 0C. RGB value is (1,21,12). Sum of RGB (Red+Green+Blue) = 1+21+12=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 21 (8.59% from 255 or 61.76% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 21 - color contains mainly: green. Hex color #01150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01150C is #FEEAF3. Grayscale: #0E0E0E. Windows color (decimal): -16706292 or 791809. OLE color: 791809.

HSL color Cylindrical-coordinate representation of color #01150C: hue angle of 153º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01150C is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 21 12 -
CMYK 0.95 0 0.43 0.92
HSL 153º 0.91% 0.04% -
HSV(B) 153º 0.95% 0.08% -
XYZ 0.35 0.57 0.44 -
YUV 13.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 1 21 12 0.95 0 0.43 0.92 153 0.91 0.04
Hex 1 15 C 5F 0 2B 5C 99 5B 4
Octal 1 25 14 137 0 53 134 231 133 4
Binary 1 10101 1100 1011111 0 101011 1011100 10011001 1011011 100

Color Harmonies of #01150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01150C

Black with #01150C

Text Example


Text Example

White with #01150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01150C; }

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

 H1.HeaderClassName
 {
   color: #01150C;
 }
 .AnyTagClassName
 {
   color: #01150C;
 }
</style>

background-color css

<style>
 a { background-color: #01150C; }

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

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

border-color css

<style>
 span { border-color: #01150C; }

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

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