Html Css Color HEX #003412 Dark Green

📋 copy color: '#003412'

red 0 ◦ green 52 ◦ blue 18

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

Shades of Dark Green #003412

Tints of Dark Green #003412

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 74.29%
B = 25.71%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#003412 (or 0x003412) is known color: Dark Green. HEX triplet: 00, 34 and 12. RGB value is (0,52,18). Sum of RGB (Red+Green+Blue) = 0+52+18=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #003412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003412 is #FFCBED. Grayscale: #202020. Windows color (decimal): -16763886 or 1192960. OLE color: 1192960.

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

Color convert

RGB 0 52 18 -
CMYK 1 0 0.65 0.80
HSL 140.77º 1% 0.1% -
HSV(B) 140.77º 1% 0.2% -
XYZ 1.34 2.5 0.98 -
YUV 32.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 0 52 18 1 0 0.65 0.80 140.77 1 0.1
Hex 0 34 12 64 0 41 50 8D 64 A
Octal 0 64 22 144 0 101 120 215 144 12
Binary 0 110100 10010 1100100 0 1000001 1010000 10001101 1100100 1010

Color Harmonies of #003412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003412

Black with #003412

Text Example


Text Example

White with #003412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003412; }

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

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

background-color css

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

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

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

border-color css

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

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

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