Html Css Color HEX #003218 Dark Green

📋 copy color: '#003218'

red 0 ◦ green 50 ◦ blue 24

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

Shades of Dark Green #003218

Tints of Dark Green #003218

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 50 (19.92% from 255) = 67.57%

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

R = 0%
G = 67.57%
B = 32.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#003218 (or 0x003218) is known color: Dark Green. HEX triplet: 00, 32 and 18. RGB value is (0,50,24). Sum of RGB (Red+Green+Blue) = 0+50+24=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #003218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003218 is #FFCDE7. Grayscale: #202020. Windows color (decimal): -16764392 or 1585664. OLE color: 1585664.

HSL color Cylindrical-coordinate representation of color #003218: hue angle of 148.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003218 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 50 24 -
CMYK 1 0 0.52 0.80
HSL 148.8º 1% 0.1% -
HSV(B) 148.8º 1% 0.2% -
XYZ 1.31 2.35 1.25 -
YUV 32.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 0 50 24 1 0 0.52 0.80 148.8 1 0.1
Hex 0 32 18 64 0 34 50 95 64 A
Octal 0 62 30 144 0 64 120 225 144 12
Binary 0 110010 11000 1100100 0 110100 1010000 10010101 1100100 1010

Color Harmonies of #003218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003218

Black with #003218

Text Example


Text Example

White with #003218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003218; }

 p { color: rgb(0,50,24); }

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

background-color css

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

 a { background-color: rgb(0,50,24); }

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

border-color css

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

 span { border-color: rgb(0,50,24); }

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