Html Css Color HEX #003024 Dark Green

📋 copy color: '#003024'

red 0 ◦ green 48 ◦ blue 36

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

Shades of Dark Green #003024

Tints of Dark Green #003024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 57.14%

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

R = 0%
G = 57.14%
B = 42.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#003024 (or 0x003024) is known color: Dark Green. HEX triplet: 00, 30 and 24. RGB value is (0,48,36). Sum of RGB (Red+Green+Blue) = 0+48+36=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #003024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003024 is #FFCFDB. Grayscale: #202020. Windows color (decimal): -16764892 or 2371584. OLE color: 2371584.

HSL color Cylindrical-coordinate representation of color #003024: hue angle of 165º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003024 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 48 36 -
CMYK 1 0 0.25 0.81
HSL 165º 1% 0.09% -
HSV(B) 165º 1% 0.19% -
XYZ 1.38 2.24 2.03 -
YUV 32.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 0 48 36 1 0 0.25 0.81 165 1 0.09
Hex 0 30 24 64 0 19 51 A5 64 9
Octal 0 60 44 144 0 31 121 245 144 11
Binary 0 110000 100100 1100100 0 11001 1010001 10100101 1100100 1001

Color Harmonies of #003024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003024

Black with #003024

Text Example


Text Example

White with #003024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003024; }

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

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

background-color css

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

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

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

border-color css

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

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

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