Html Css Color HEX #093021 Dark Green

📋 copy color: '#093021'

red 9 ◦ green 48 ◦ blue 33

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

Shades of Dark Green #093021

Tints of Dark Green #093021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 53.33%

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

R = 10%
G = 53.33%
B = 36.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#093021 (or 0x093021) is known color: Dark Green. HEX triplet: 09, 30 and 21. RGB value is (9,48,33). Sum of RGB (Red+Green+Blue) = 9+48+33=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #093021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093021 is #F6CFDE. Grayscale: #222222. Windows color (decimal): -16175071 or 2174985. OLE color: 2174985.

HSL color Cylindrical-coordinate representation of color #093021: hue angle of 156.92º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #093021 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 48 33 -
CMYK 0.81 0 0.31 0.81
HSL 156.92º 0.68% 0.11% -
HSV(B) 156.92º 0.81% 0.19% -
XYZ 1.44 2.28 1.8 -
YUV 34.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 9 48 33 0.81 0 0.31 0.81 156.92 0.68 0.11
Hex 9 30 21 51 0 1F 51 9D 44 B
Octal 11 60 41 121 0 37 121 235 104 13
Binary 1001 110000 100001 1010001 0 11111 1010001 10011101 1000100 1011

Color Harmonies of #093021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093021

Black with #093021

Text Example


Text Example

White with #093021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093021; }

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

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

background-color css

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

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

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

border-color css

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

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

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