Html Css Color HEX #032714 Dark Green

📋 copy color: '#032714'

red 3 ◦ green 39 ◦ blue 20

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

Shades of Dark Green #032714

Tints of Dark Green #032714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 62.9%

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

R = 4.84%
G = 62.9%
B = 32.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#032714 (or 0x032714) is known color: Dark Green. HEX triplet: 03, 27 and 14. RGB value is (3,39,20). Sum of RGB (Red+Green+Blue) = 3+39+20=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #032714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032714 is #FCD8EB. Grayscale: #1A1A1A. Windows color (decimal): -16570604 or 1320707. OLE color: 1320707.

HSL color Cylindrical-coordinate representation of color #032714: hue angle of 148.33º degrees, saturation: 0.86, 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 #032714 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 3 39 20 -
CMYK 0.92 0 0.49 0.85
HSL 148.33º 0.86% 0.08% -
HSV(B) 148.33º 0.92% 0.15% -
XYZ 0.89 1.52 0.91 -
YUV 26.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 3 39 20 0.92 0 0.49 0.85 148.33 0.86 0.08
Hex 3 27 14 5C 0 31 55 94 56 8
Octal 3 47 24 134 0 61 125 224 126 10
Binary 11 100111 10100 1011100 0 110001 1010101 10010100 1010110 1000

Color Harmonies of #032714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032714

Black with #032714

Text Example


Text Example

White with #032714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032714; }

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

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

background-color css

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

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

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

border-color css

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

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

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