Html Css Color HEX #09201C Dark Green

📋 copy color: '#09201C'

red 9 ◦ green 32 ◦ blue 28

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

Shades of Dark Green #09201C

Tints of Dark Green #09201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 46.38%

 BLUE value IS 28 (11.33% from 255) = 40.58%

R = 13.04%
G = 46.38%
B = 40.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#09201C (or 0x09201C) is known color: Dark Green. HEX triplet: 09, 20 and 1C. RGB value is (9,32,28). Sum of RGB (Red+Green+Blue) = 9+32+28=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #09201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09201C is #F6DFE3. Grayscale: #181818. Windows color (decimal): -16179172 or 1843209. OLE color: 1843209.

HSL color Cylindrical-coordinate representation of color #09201C: hue angle of 169.57º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #09201C is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 32 28 -
CMYK 0.72 0 0.12 0.87
HSL 169.57º 0.56% 0.08% -
HSV(B) 169.57º 0.72% 0.13% -
XYZ 0.84 1.17 1.28 -
YUV 24.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 9 32 28 0.72 0 0.12 0.87 169.57 0.56 0.08
Hex 9 20 1C 48 0 C 57 AA 38 8
Octal 11 40 34 110 0 14 127 252 70 10
Binary 1001 100000 11100 1001000 0 1100 1010111 10101010 111000 1000

Color Harmonies of #09201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09201C

Black with #09201C

Text Example


Text Example

White with #09201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09201C; }

 p { color: rgb(9,32,28); }

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

background-color css

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

 a { background-color: rgb(9,32,28); }

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

border-color css

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

 span { border-color: rgb(9,32,28); }

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