Html Css Color HEX #013212 Dark Green

📋 copy color: '#013212'

red 1 ◦ green 50 ◦ blue 18

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

Shades of Dark Green #013212

Tints of Dark Green #013212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 72.46%

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

R = 1.45%
G = 72.46%
B = 26.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#013212 (or 0x013212) is known color: Dark Green. HEX triplet: 01, 32 and 12. RGB value is (1,50,18). Sum of RGB (Red+Green+Blue) = 1+50+18=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 50 (19.92% from 255 or 72.46% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 50 - color contains mainly: green. Hex color #013212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013212 is #FECDED. Grayscale: #1F1F1F. Windows color (decimal): -16698862 or 1192449. OLE color: 1192449.

HSL color Cylindrical-coordinate representation of color #013212: hue angle of 140.82º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013212 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 50 18 -
CMYK 0.98 0 0.64 0.80
HSL 140.82º 0.96% 0.1% -
HSV(B) 140.82º 0.98% 0.2% -
XYZ 1.26 2.33 0.96 -
YUV 31.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 1 50 18 0.98 0 0.64 0.80 140.82 0.96 0.1
Hex 1 32 12 62 0 40 50 8D 60 A
Octal 1 62 22 142 0 100 120 215 140 12
Binary 1 110010 10010 1100010 0 1000000 1010000 10001101 1100000 1010

Color Harmonies of #013212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013212

Black with #013212

Text Example


Text Example

White with #013212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013212; }

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

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

background-color css

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

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

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

border-color css

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

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

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