Html Css Color HEX #022310 Dark Green

📋 copy color: '#022310'

red 2 ◦ green 35 ◦ blue 16

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

Shades of Dark Green #022310

Tints of Dark Green #022310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 66.04%

 BLUE value IS 16 (6.64% from 255) = 30.19%

R = 3.77%
G = 66.04%
B = 30.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#022310 (or 0x022310) is known color: Dark Green. HEX triplet: 02, 23 and 10. RGB value is (2,35,16). Sum of RGB (Red+Green+Blue) = 2+35+16=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #022310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022310 is #FDDCEF. Grayscale: #171717. Windows color (decimal): -16637168 or 1057538. OLE color: 1057538.

HSL color Cylindrical-coordinate representation of color #022310: hue angle of 145.45º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022310 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 35 16 -
CMYK 0.94 0 0.54 0.86
HSL 145.45º 0.89% 0.07% -
HSV(B) 145.45º 0.94% 0.14% -
XYZ 0.72 1.25 0.69 -
YUV 22.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 2 35 16 0.94 0 0.54 0.86 145.45 0.89 0.07
Hex 2 23 10 5E 0 36 56 91 59 7
Octal 2 43 20 136 0 66 126 221 131 7
Binary 10 100011 10000 1011110 0 110110 1010110 10010001 1011001 111

Color Harmonies of #022310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022310

Black with #022310

Text Example


Text Example

White with #022310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022310; }

 p { color: rgb(2,35,16); }

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

background-color css

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

 a { background-color: rgb(2,35,16); }

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

border-color css

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

 span { border-color: rgb(2,35,16); }

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