Html Css Color HEX #021610 Dark Green

📋 copy color: '#021610'

red 2 ◦ green 22 ◦ blue 16

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

Shades of Dark Green #021610

Tints of Dark Green #021610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 55%

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

R = 5%
G = 55%
B = 40%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.91

RGB Variations

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

Color information

#021610 (or 0x021610) is known color: Dark Green. HEX triplet: 02, 16 and 10. RGB value is (2,22,16). Sum of RGB (Red+Green+Blue) = 2+22+16=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 22 (8.98% from 255 or 55% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 22 - color contains mainly: green. Hex color #021610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021610 is #FDE9EF. Grayscale: #0F0F0F. Windows color (decimal): -16640496 or 1054210. OLE color: 1054210.

HSL color Cylindrical-coordinate representation of color #021610: hue angle of 162º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021610 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 22 16 -
CMYK 0.91 0 0.27 0.91
HSL 162º 0.83% 0.05% -
HSV(B) 162º 0.91% 0.09% -
XYZ 0.41 0.62 0.59 -
YUV 15.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 2 22 16 0.91 0 0.27 0.91 162 0.83 0.05
Hex 2 16 10 5B 0 1B 5B A2 53 5
Octal 2 26 20 133 0 33 133 242 123 5
Binary 10 10110 10000 1011011 0 11011 1011011 10100010 1010011 101

Color Harmonies of #021610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021610

Black with #021610

Text Example


Text Example

White with #021610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021610; }

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

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

background-color css

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

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

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

border-color css

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

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

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