Html Css Color HEX #09211A Dark Green

📋 copy color: '#09211A'

red 9 ◦ green 33 ◦ blue 26

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

Shades of Dark Green #09211A

Tints of Dark Green #09211A

RGB

 RED value IS 9 (3.91% from 255) = 13.24%

 GREEN value IS 33 (13.28% from 255) = 48.53%

 BLUE value IS 26 (10.55% from 255) = 38.24%

R = 13.24%
G = 48.53%
B = 38.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#09211A (or 0x09211A) is known color: Dark Green. HEX triplet: 09, 21 and 1A. RGB value is (9,33,26). Sum of RGB (Red+Green+Blue) = 9+33+26=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #09211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09211A is #F6DEE5. Grayscale: #191919. Windows color (decimal): -16178918 or 1712393. OLE color: 1712393.

HSL color Cylindrical-coordinate representation of color #09211A: hue angle of 162.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #09211A is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 33 26 -
CMYK 0.73 0 0.21 0.87
HSL 162.5º 0.57% 0.08% -
HSV(B) 162.5º 0.73% 0.13% -
XYZ 0.84 1.22 1.17 -
YUV 25.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 9 33 26 0.73 0 0.21 0.87 162.5 0.57 0.08
Hex 9 21 1A 49 0 15 57 A2 39 8
Octal 11 41 32 111 0 25 127 242 71 10
Binary 1001 100001 11010 1001001 0 10101 1010111 10100010 111001 1000

Color Harmonies of #09211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09211A

Black with #09211A

Text Example


Text Example

White with #09211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09211A; }

 p { color: rgb(9,33,26); }

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

background-color css

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

 a { background-color: rgb(9,33,26); }

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

border-color css

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

 span { border-color: rgb(9,33,26); }

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