Html Css Color HEX #032612 Dark Green

📋 copy color: '#032612'

red 3 ◦ green 38 ◦ blue 18

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

Shades of Dark Green #032612

Tints of Dark Green #032612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 64.41%

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

R = 5.08%
G = 64.41%
B = 30.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#032612 (or 0x032612) is known color: Dark Green. HEX triplet: 03, 26 and 12. RGB value is (3,38,18). Sum of RGB (Red+Green+Blue) = 3+38+18=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #032612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032612 is #FCD9ED. Grayscale: #191919. Windows color (decimal): -16570862 or 1189379. OLE color: 1189379.

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

Color convert

RGB 3 38 18 -
CMYK 0.92 0 0.53 0.85
HSL 145.71º 0.85% 0.08% -
HSV(B) 145.71º 0.92% 0.15% -
XYZ 0.84 1.45 0.81 -
YUV 25.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 3 38 18 0.92 0 0.53 0.85 145.71 0.85 0.08
Hex 3 26 12 5C 0 35 55 92 55 8
Octal 3 46 22 134 0 65 125 222 125 10
Binary 11 100110 10010 1011100 0 110101 1010101 10010010 1010101 1000

Color Harmonies of #032612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032612

Black with #032612

Text Example


Text Example

White with #032612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032612; }

 p { color: rgb(3,38,18); }

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

background-color css

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

 a { background-color: rgb(3,38,18); }

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

border-color css

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

 span { border-color: rgb(3,38,18); }

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