Html Css Color HEX #032514 Dark Green

📋 copy color: '#032514'

red 3 ◦ green 37 ◦ blue 20

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

Shades of Dark Green #032514

Tints of Dark Green #032514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 61.67%

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

R = 5%
G = 61.67%
B = 33.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#032514 (or 0x032514) is known color: Dark Green. HEX triplet: 03, 25 and 14. RGB value is (3,37,20). Sum of RGB (Red+Green+Blue) = 3+37+20=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #032514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032514 is #FCDAEB. Grayscale: #181818. Windows color (decimal): -16571116 or 1320195. OLE color: 1320195.

HSL color Cylindrical-coordinate representation of color #032514: hue angle of 150º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032514 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 3 37 20 -
CMYK 0.92 0 0.46 0.85
HSL 150º 0.85% 0.08% -
HSV(B) 150º 0.92% 0.15% -
XYZ 0.83 1.39 0.89 -
YUV 24.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 3 37 20 0.92 0 0.46 0.85 150 0.85 0.08
Hex 3 25 14 5C 0 2E 55 96 55 8
Octal 3 45 24 134 0 56 125 226 125 10
Binary 11 100101 10100 1011100 0 101110 1010101 10010110 1010101 1000

Color Harmonies of #032514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032514

Black with #032514

Text Example


Text Example

White with #032514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032514; }

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

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

background-color css

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

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

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

border-color css

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

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

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