Html Css Color HEX #032118 Dark Green

📋 copy color: '#032118'

red 3 ◦ green 33 ◦ blue 24

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

Shades of Dark Green #032118

Tints of Dark Green #032118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 55%

 BLUE value IS 24 (9.77% from 255) = 40%

R = 5%
G = 55%
B = 40%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.87

RGB Variations

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

Color information

#032118 (or 0x032118) is known color: Dark Green. HEX triplet: 03, 21 and 18. RGB value is (3,33,24). Sum of RGB (Red+Green+Blue) = 3+33+24=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #032118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032118 is #FCDEE7. Grayscale: #171717. Windows color (decimal): -16572136 or 1581315. OLE color: 1581315.

HSL color Cylindrical-coordinate representation of color #032118: hue angle of 162º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032118 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB 3 33 24 -
CMYK 0.91 0 0.27 0.87
HSL 162º 0.83% 0.07% -
HSV(B) 162º 0.91% 0.13% -
XYZ 0.75 1.17 1.05 -
YUV 23 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 3 33 24 0.91 0 0.27 0.87 162 0.83 0.07
Hex 3 21 18 5B 0 1B 57 A2 53 7
Octal 3 41 30 133 0 33 127 242 123 7
Binary 11 100001 11000 1011011 0 11011 1010111 10100010 1010011 111

Color Harmonies of #032118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032118

Black with #032118

Text Example


Text Example

White with #032118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032118; }

 p { color: rgb(3,33,24); }

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

background-color css

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

 a { background-color: rgb(3,33,24); }

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

border-color css

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

 span { border-color: rgb(3,33,24); }

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