Html Css Color HEX #021109 Dark Green

📋 copy color: '#021109'

red 2 ◦ green 17 ◦ blue 9

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

Shades of Dark Green #021109

Tints of Dark Green #021109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 60.71%

 BLUE value IS 9 (3.91% from 255) = 32.14%

R = 7.14%
G = 60.71%
B = 32.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#021109 (or 0x021109) is known color: Dark Green. HEX triplet: 02, 11 and 09. RGB value is (2,17,9). Sum of RGB (Red+Green+Blue) = 2+17+9=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #021109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021109 is #FDEEF6. Grayscale: #0B0B0B. Windows color (decimal): -16641783 or 594178. OLE color: 594178.

HSL color Cylindrical-coordinate representation of color #021109: hue angle of 148º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #021109 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 17 9 -
CMYK 0.88 0 0.47 0.93
HSL 148º 0.79% 0.04% -
HSV(B) 148º 0.88% 0.07% -
XYZ 0.27 0.43 0.33 -
YUV 11.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 2 17 9 0.88 0 0.47 0.93 148 0.79 0.04
Hex 2 11 9 58 0 2F 5D 94 4F 4
Octal 2 21 11 130 0 57 135 224 117 4
Binary 10 10001 1001 1011000 0 101111 1011101 10010100 1001111 100

Color Harmonies of #021109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021109

Black with #021109

Text Example


Text Example

White with #021109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021109; }

 p { color: rgb(2,17,9); }

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

background-color css

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

 a { background-color: rgb(2,17,9); }

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

border-color css

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

 span { border-color: rgb(2,17,9); }

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