Html Css Color HEX #012612 Dark Green

📋 copy color: '#012612'

red 1 ◦ green 38 ◦ blue 18

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

Shades of Dark Green #012612

Tints of Dark Green #012612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 66.67%

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

R = 1.75%
G = 66.67%
B = 31.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#012612 (or 0x012612) is known color: Dark Green. HEX triplet: 01, 26 and 12. RGB value is (1,38,18). Sum of RGB (Red+Green+Blue) = 1+38+18=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 38 (15.23% from 255 or 66.67% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 38 - color contains mainly: green. Hex color #012612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012612 is #FED9ED. Grayscale: #181818. Windows color (decimal): -16701934 or 1189377. OLE color: 1189377.

HSL color Cylindrical-coordinate representation of color #012612: hue angle of 147.57º 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 #012612 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 38 18 -
CMYK 0.97 0 0.53 0.85
HSL 147.57º 0.95% 0.08% -
HSV(B) 147.57º 0.97% 0.15% -
XYZ 0.81 1.44 0.81 -
YUV 24.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 1 38 18 0.97 0 0.53 0.85 147.57 0.95 0.08
Hex 1 26 12 61 0 35 55 94 5F 8
Octal 1 46 22 141 0 65 125 224 137 10
Binary 1 100110 10010 1100001 0 110101 1010101 10010100 1011111 1000

Color Harmonies of #012612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012612

Black with #012612

Text Example


Text Example

White with #012612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012612; }

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

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

background-color css

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

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

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

border-color css

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

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

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