Html Css Color HEX #012812 Dark Green

📋 copy color: '#012812'

red 1 ◦ green 40 ◦ blue 18

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

Shades of Dark Green #012812

Tints of Dark Green #012812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 67.8%

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

R = 1.69%
G = 67.8%
B = 30.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#012812 (or 0x012812) is known color: Dark Green. HEX triplet: 01, 28 and 12. RGB value is (1,40,18). Sum of RGB (Red+Green+Blue) = 1+40+18=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 40 (16.02% from 255 or 67.80% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 40 - color contains mainly: green. Hex color #012812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012812 is #FED7ED. Grayscale: #191919. Windows color (decimal): -16701422 or 1189889. OLE color: 1189889.

HSL color Cylindrical-coordinate representation of color #012812: hue angle of 146.15º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012812 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 40 18 -
CMYK 0.98 0 0.55 0.84
HSL 146.15º 0.95% 0.08% -
HSV(B) 146.15º 0.98% 0.16% -
XYZ 0.88 1.57 0.83 -
YUV 25.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 1 40 18 0.98 0 0.55 0.84 146.15 0.95 0.08
Hex 1 28 12 62 0 37 54 92 5F 8
Octal 1 50 22 142 0 67 124 222 137 10
Binary 1 101000 10010 1100010 0 110111 1010100 10010010 1011111 1000

Color Harmonies of #012812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012812

Black with #012812

Text Example


Text Example

White with #012812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012812; }

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

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

background-color css

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

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

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

border-color css

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

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

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