Html Css Color HEX #022518 Dark Green

📋 copy color: '#022518'

red 2 ◦ green 37 ◦ blue 24

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

Shades of Dark Green #022518

Tints of Dark Green #022518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 38.1%

R = 3.17%
G = 58.73%
B = 38.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#022518 (or 0x022518) is known color: Dark Green. HEX triplet: 02, 25 and 18. RGB value is (2,37,24). Sum of RGB (Red+Green+Blue) = 2+37+24=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #022518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022518 is #FDDAE7. Grayscale: #191919. Windows color (decimal): -16636648 or 1582338. OLE color: 1582338.

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

Color convert

RGB 2 37 24 -
CMYK 0.95 0 0.35 0.85
HSL 157.71º 0.9% 0.08% -
HSV(B) 157.71º 0.95% 0.15% -
XYZ 0.85 1.4 1.09 -
YUV 25.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 2 37 24 0.95 0 0.35 0.85 157.71 0.9 0.08
Hex 2 25 18 5F 0 23 55 9E 5A 8
Octal 2 45 30 137 0 43 125 236 132 10
Binary 10 100101 11000 1011111 0 100011 1010101 10011110 1011010 1000

Color Harmonies of #022518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022518

Black with #022518

Text Example


Text Example

White with #022518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022518; }

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

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

background-color css

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

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

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

border-color css

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

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

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