Html Css Color HEX #022825 Dark Green

📋 copy color: '#022825'

red 2 ◦ green 40 ◦ blue 37

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

Shades of Dark Green #022825

Tints of Dark Green #022825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 46.84%

R = 2.53%
G = 50.63%
B = 46.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#022825 (or 0x022825) is known color: Dark Green. HEX triplet: 02, 28 and 25. RGB value is (2,40,37). Sum of RGB (Red+Green+Blue) = 2+40+37=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #022825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022825 is #FDD7DA. Grayscale: #1C1C1C. Windows color (decimal): -16635867 or 2435074. OLE color: 2435074.

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

Color convert

RGB 2 40 37 -
CMYK 0.95 0 0.07 0.84
HSL 175.26º 0.9% 0.08% -
HSV(B) 175.26º 0.95% 0.16% -
XYZ 1.12 1.66 2.01 -
YUV 28.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 2 40 37 0.95 0 0.07 0.84 175.26 0.9 0.08
Hex 2 28 25 5F 0 7 54 AF 5A 8
Octal 2 50 45 137 0 7 124 257 132 10
Binary 10 101000 100101 1011111 0 111 1010100 10101111 1011010 1000

Color Harmonies of #022825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022825

Black with #022825

Text Example


Text Example

White with #022825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022825; }

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

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

background-color css

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

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

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

border-color css

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

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

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