Html Css Color HEX #022824 Dark Green

📋 copy color: '#022824'

red 2 ◦ green 40 ◦ blue 36

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

Shades of Dark Green #022824

Tints of Dark Green #022824

RGB

 RED value IS 2 (1.17% from 255) = 2.56%

 GREEN value IS 40 (16.02% from 255) = 51.28%

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

R = 2.56%
G = 51.28%
B = 46.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#022824 (or 0x022824) is known color: Dark Green. HEX triplet: 02, 28 and 24. RGB value is (2,40,36). Sum of RGB (Red+Green+Blue) = 2+40+36=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #022824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022824 is #FDD7DB. Grayscale: #1C1C1C. Windows color (decimal): -16635868 or 2369538. OLE color: 2369538.

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

Color convert

RGB 2 40 36 -
CMYK 0.95 0 0.10 0.84
HSL 173.68º 0.9% 0.08% -
HSV(B) 173.68º 0.95% 0.16% -
XYZ 1.1 1.66 1.93 -
YUV 28.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 2 40 36 0.95 0 0.10 0.84 173.68 0.9 0.08
Hex 2 28 24 5F 0 A 54 AE 5A 8
Octal 2 50 44 137 0 12 124 256 132 10
Binary 10 101000 100100 1011111 0 1010 1010100 10101110 1011010 1000

Color Harmonies of #022824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022824

Black with #022824

Text Example


Text Example

White with #022824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022824; }

 p { color: rgb(2,40,36); }

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

background-color css

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

 a { background-color: rgb(2,40,36); }

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

border-color css

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

 span { border-color: rgb(2,40,36); }

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