Html Css Color HEX #092421 Dark Green

📋 copy color: '#092421'

red 9 ◦ green 36 ◦ blue 33

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

Shades of Dark Green #092421

Tints of Dark Green #092421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 46.15%

 BLUE value IS 33 (13.28% from 255) = 42.31%

R = 11.54%
G = 46.15%
B = 42.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#092421 (or 0x092421) is known color: Dark Green. HEX triplet: 09, 24 and 21. RGB value is (9,36,33). Sum of RGB (Red+Green+Blue) = 9+36+33=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #092421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092421 is #F6DBDE. Grayscale: #1B1B1B. Windows color (decimal): -16178143 or 2171913. OLE color: 2171913.

HSL color Cylindrical-coordinate representation of color #092421: hue angle of 173.33º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #092421 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB 9 36 33 -
CMYK 0.75 0 0.08 0.86
HSL 173.33º 0.6% 0.09% -
HSV(B) 173.33º 0.75% 0.14% -
XYZ 1.02 1.43 1.66 -
YUV 27.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 9 36 33 0.75 0 0.08 0.86 173.33 0.6 0.09
Hex 9 24 21 4B 0 8 56 AD 3C 9
Octal 11 44 41 113 0 10 126 255 74 11
Binary 1001 100100 100001 1001011 0 1000 1010110 10101101 111100 1001

Color Harmonies of #092421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092421

Black with #092421

Text Example


Text Example

White with #092421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092421; }

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

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

background-color css

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

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

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

border-color css

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

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

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