Html Css Color HEX #032814 Dark Green

📋 copy color: '#032814'

red 3 ◦ green 40 ◦ blue 20

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

Shades of Dark Green #032814

Tints of Dark Green #032814

RGB

 RED value IS 3 (1.56% from 255) = 4.76%

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

 BLUE value IS 20 (8.2% from 255) = 31.75%

R = 4.76%
G = 63.49%
B = 31.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#032814 (or 0x032814) is known color: Dark Green. HEX triplet: 03, 28 and 14. RGB value is (3,40,20). Sum of RGB (Red+Green+Blue) = 3+40+20=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #032814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032814 is #FCD7EB. Grayscale: #1A1A1A. Windows color (decimal): -16570348 or 1320963. OLE color: 1320963.

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

Color convert

RGB 3 40 20 -
CMYK 0.93 0 0.5 0.84
HSL 147.57º 0.86% 0.08% -
HSV(B) 147.57º 0.93% 0.16% -
XYZ 0.92 1.59 0.92 -
YUV 26.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 3 40 20 0.93 0 0.5 0.84 147.57 0.86 0.08
Hex 3 28 14 5D 0 32 54 94 56 8
Octal 3 50 24 135 0 62 124 224 126 10
Binary 11 101000 10100 1011101 0 110010 1010100 10010100 1010110 1000

Color Harmonies of #032814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032814

Black with #032814

Text Example


Text Example

White with #032814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032814; }

 p { color: rgb(3,40,20); }

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

background-color css

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

 a { background-color: rgb(3,40,20); }

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

border-color css

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

 span { border-color: rgb(3,40,20); }

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