Html Css Color HEX #022519 Dark Green

📋 copy color: '#022519'

red 2 ◦ green 37 ◦ blue 25

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

Shades of Dark Green #022519

Tints of Dark Green #022519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 57.81%

 BLUE value IS 25 (10.16% from 255) = 39.06%

R = 3.13%
G = 57.81%
B = 39.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#022519 (or 0x022519) is known color: Dark Green. HEX triplet: 02, 25 and 19. RGB value is (2,37,25). Sum of RGB (Red+Green+Blue) = 2+37+25=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #022519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022519 is #FDDAE6. Grayscale: #191919. Windows color (decimal): -16636647 or 1647874. OLE color: 1647874.

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

Color convert

RGB 2 37 25 -
CMYK 0.95 0 0.32 0.85
HSL 159.43º 0.9% 0.08% -
HSV(B) 159.43º 0.95% 0.15% -
XYZ 0.86 1.41 1.15 -
YUV 25.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 2 37 25 0.95 0 0.32 0.85 159.43 0.9 0.08
Hex 2 25 19 5F 0 20 55 9F 5A 8
Octal 2 45 31 137 0 40 125 237 132 10
Binary 10 100101 11001 1011111 0 100000 1010101 10011111 1011010 1000

Color Harmonies of #022519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022519

Black with #022519

Text Example


Text Example

White with #022519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022519; }

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

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

background-color css

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

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

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

border-color css

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

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

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