Html Css Color HEX #013412 Dark Green

📋 copy color: '#013412'

red 1 ◦ green 52 ◦ blue 18

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

Shades of Dark Green #013412

Tints of Dark Green #013412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 73.24%

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

R = 1.41%
G = 73.24%
B = 25.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#013412 (or 0x013412) is known color: Dark Green. HEX triplet: 01, 34 and 12. RGB value is (1,52,18). Sum of RGB (Red+Green+Blue) = 1+52+18=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 52 (20.70% from 255 or 73.24% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 52 - color contains mainly: green. Hex color #013412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013412 is #FECBED. Grayscale: #202020. Windows color (decimal): -16698350 or 1192961. OLE color: 1192961.

HSL color Cylindrical-coordinate representation of color #013412: hue angle of 140º 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 #013412 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 52 18 -
CMYK 0.98 0 0.65 0.80
HSL 140º 0.96% 0.1% -
HSV(B) 140º 0.98% 0.2% -
XYZ 1.35 2.51 0.98 -
YUV 32.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 1 52 18 0.98 0 0.65 0.80 140 0.96 0.1
Hex 1 34 12 62 0 41 50 8C 60 A
Octal 1 64 22 142 0 101 120 214 140 12
Binary 1 110100 10010 1100010 0 1000001 1010000 10001100 1100000 1010

Color Harmonies of #013412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013412

Black with #013412

Text Example


Text Example

White with #013412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013412; }

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

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

background-color css

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

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

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

border-color css

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

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

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