Html Css Color HEX #002924 Dark Green

📋 copy color: '#002924'

red 0 ◦ green 41 ◦ blue 36

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

Shades of Dark Green #002924

Tints of Dark Green #002924

RGB

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

 GREEN value IS 41 (16.41% from 255) = 53.25%

 BLUE value IS 36 (14.45% from 255) = 46.75%

R = 0%
G = 53.25%
B = 46.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#002924 (or 0x002924) is known color: Dark Green. HEX triplet: 00, 29 and 24. RGB value is (0,41,36). Sum of RGB (Red+Green+Blue) = 0+41+36=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 36 (14.45% from 255 or 46.75% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #002924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002924 is #FFD6DB. Grayscale: #1C1C1C. Windows color (decimal): -16766684 or 2369792. OLE color: 2369792.

HSL color Cylindrical-coordinate representation of color #002924: hue angle of 172.68º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002924 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 41 36 -
CMYK 1 0 0.12 0.84
HSL 172.68º 1% 0.08% -
HSV(B) 172.68º 1% 0.16% -
XYZ 1.11 1.71 1.94 -
YUV 28.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 0 41 36 1 0 0.12 0.84 172.68 1 0.08
Hex 0 29 24 64 0 C 54 AD 64 8
Octal 0 51 44 144 0 14 124 255 144 10
Binary 0 101001 100100 1100100 0 1100 1010100 10101101 1100100 1000

Color Harmonies of #002924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002924

Black with #002924

Text Example


Text Example

White with #002924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002924; }

 p { color: rgb(0,41,36); }

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

background-color css

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

 a { background-color: rgb(0,41,36); }

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

border-color css

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

 span { border-color: rgb(0,41,36); }

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