Html Css Color HEX #012712 Dark Green

📋 copy color: '#012712'

red 1 ◦ green 39 ◦ blue 18

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

Shades of Dark Green #012712

Tints of Dark Green #012712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 67.24%

 BLUE value IS 18 (7.42% from 255) = 31.03%

R = 1.72%
G = 67.24%
B = 31.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#012712 (or 0x012712) is known color: Dark Green. HEX triplet: 01, 27 and 12. RGB value is (1,39,18). Sum of RGB (Red+Green+Blue) = 1+39+18=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #012712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012712 is #FED8ED. Grayscale: #191919. Windows color (decimal): -16701678 or 1189633. OLE color: 1189633.

HSL color Cylindrical-coordinate representation of color #012712: hue angle of 146.84º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012712 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 39 18 -
CMYK 0.97 0 0.54 0.85
HSL 146.84º 0.95% 0.08% -
HSV(B) 146.84º 0.97% 0.15% -
XYZ 0.85 1.5 0.82 -
YUV 25.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 1 39 18 0.97 0 0.54 0.85 146.84 0.95 0.08
Hex 1 27 12 61 0 36 55 93 5F 8
Octal 1 47 22 141 0 66 125 223 137 10
Binary 1 100111 10010 1100001 0 110110 1010101 10010011 1011111 1000

Color Harmonies of #012712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012712

Black with #012712

Text Example


Text Example

White with #012712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012712; }

 p { color: rgb(1,39,18); }

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

background-color css

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

 a { background-color: rgb(1,39,18); }

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

border-color css

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

 span { border-color: rgb(1,39,18); }

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