Html Css Color HEX #022828 Dark Green

📋 copy color: '#022828'

red 2 ◦ green 40 ◦ blue 40

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

Shades of Dark Green #022828

Tints of Dark Green #022828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 48.78%

R = 2.44%
G = 48.78%
B = 48.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#022828 (or 0x022828) is known color: Dark Green. HEX triplet: 02, 28 and 28. RGB value is (2,40,40). Sum of RGB (Red+Green+Blue) = 2+40+40=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #022828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022828 is #FDD7D7. Grayscale: #1C1C1C. Windows color (decimal): -16635864 or 2631682. OLE color: 2631682.

HSL color Cylindrical-coordinate representation of color #022828: hue angle of 180º 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 #022828 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 40 40 -
CMYK 0.95 0 0 0.84
HSL 180º 0.9% 0.08% -
HSV(B) 180º 0.95% 0.16% -
XYZ 1.17 1.68 2.27 -
YUV 28.64 134.41 109 -
System Red Green Blue C M Y K H S L
Decimal 2 40 40 0.95 0 0 0.84 180 0.9 0.08
Hex 2 28 28 5F 0 0 54 B4 5A 8
Octal 2 50 50 137 0 0 124 264 132 10
Binary 10 101000 101000 1011111 0 0 1010100 10110100 1011010 1000

Color Harmonies of #022828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022828

Black with #022828

Text Example


Text Example

White with #022828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022828; }

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

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

background-color css

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

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

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

border-color css

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

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

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