Html Css Color HEX #022618 Dark Green

📋 copy color: '#022618'

red 2 ◦ green 38 ◦ blue 24

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

Shades of Dark Green #022618

Tints of Dark Green #022618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 59.38%

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

R = 3.13%
G = 59.38%
B = 37.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.85

RGB Variations

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

Color information

#022618 (or 0x022618) is known color: Dark Green. HEX triplet: 02, 26 and 18. RGB value is (2,38,24). Sum of RGB (Red+Green+Blue) = 2+38+24=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #022618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022618 is #FDD9E7. Grayscale: #191919. Windows color (decimal): -16636392 or 1582594. OLE color: 1582594.

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

Color convert

RGB 2 38 24 -
CMYK 0.95 0 0.37 0.85
HSL 156.67º 0.9% 0.08% -
HSV(B) 156.67º 0.95% 0.15% -
XYZ 0.88 1.47 1.1 -
YUV 25.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 2 38 24 0.95 0 0.37 0.85 156.67 0.9 0.08
Hex 2 26 18 5F 0 25 55 9D 5A 8
Octal 2 46 30 137 0 45 125 235 132 10
Binary 10 100110 11000 1011111 0 100101 1010101 10011101 1011010 1000

Color Harmonies of #022618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022618

Black with #022618

Text Example


Text Example

White with #022618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022618; }

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

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

background-color css

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

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

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

border-color css

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

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

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