Html Css Color HEX #022A0D Dark Green

📋 copy color: '#022A0D'

red 2 ◦ green 42 ◦ blue 13

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

Shades of Dark Green #022A0D

Tints of Dark Green #022A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 73.68%

 BLUE value IS 13 (5.47% from 255) = 22.81%

R = 3.51%
G = 73.68%
B = 22.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.84

RGB Variations

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

Color information

#022A0D (or 0x022A0D) is known color: Dark Green. HEX triplet: 02, 2A and 0D. RGB value is (2,42,13). Sum of RGB (Red+Green+Blue) = 2+42+13=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 42 (16.80% from 255 or 73.68% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 42 - color contains mainly: green. Hex color #022A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022A0D is #FDD5F2. Grayscale: #1A1A1A. Windows color (decimal): -16635379 or 862722. OLE color: 862722.

HSL color Cylindrical-coordinate representation of color #022A0D: hue angle of 136.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022A0D is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 42 13 -
CMYK 0.95 0 0.69 0.84
HSL 136.5º 0.91% 0.09% -
HSV(B) 136.5º 0.95% 0.16% -
XYZ 0.93 1.7 0.66 -
YUV 26.73 120.25 110.36 -
System Red Green Blue C M Y K H S L
Decimal 2 42 13 0.95 0 0.69 0.84 136.5 0.91 0.09
Hex 2 2A D 5F 0 45 54 88 5B 9
Octal 2 52 15 137 0 105 124 210 133 11
Binary 10 101010 1101 1011111 0 1000101 1010100 10001000 1011011 1001

Color Harmonies of #022A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022A0D

Black with #022A0D

Text Example


Text Example

White with #022A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022A0D; }

 p { color: rgb(2,42,13); }

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

background-color css

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

 a { background-color: rgb(2,42,13); }

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

border-color css

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

 span { border-color: rgb(2,42,13); }

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