Html Css Color HEX #022614 Dark Green

📋 copy color: '#022614'

red 2 ◦ green 38 ◦ blue 20

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

Shades of Dark Green #022614

Tints of Dark Green #022614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 33.33%

R = 3.33%
G = 63.33%
B = 33.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.85

RGB Variations

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

Color information

#022614 (or 0x022614) is known color: Dark Green. HEX triplet: 02, 26 and 14. RGB value is (2,38,20). Sum of RGB (Red+Green+Blue) = 2+38+20=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #022614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022614 is #FDD9EB. Grayscale: #191919. Windows color (decimal): -16636396 or 1320450. OLE color: 1320450.

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

Color convert

RGB 2 38 20 -
CMYK 0.95 0 0.47 0.85
HSL 150º 0.9% 0.08% -
HSV(B) 150º 0.95% 0.15% -
XYZ 0.84 1.45 0.9 -
YUV 25.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 2 38 20 0.95 0 0.47 0.85 150 0.9 0.08
Hex 2 26 14 5F 0 2F 55 96 5A 8
Octal 2 46 24 137 0 57 125 226 132 10
Binary 10 100110 10100 1011111 0 101111 1010101 10010110 1011010 1000

Color Harmonies of #022614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022614

Black with #022614

Text Example


Text Example

White with #022614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022614; }

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

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

background-color css

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

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

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

border-color css

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

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

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