Html Css Color HEX #093024 Dark Green

📋 copy color: '#093024'

red 9 ◦ green 48 ◦ blue 36

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

Shades of Dark Green #093024

Tints of Dark Green #093024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 38.71%

R = 9.68%
G = 51.61%
B = 38.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#093024 (or 0x093024) is known color: Dark Green. HEX triplet: 09, 30 and 24. RGB value is (9,48,36). Sum of RGB (Red+Green+Blue) = 9+48+36=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #093024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093024 is #F6CFDB. Grayscale: #222222. Windows color (decimal): -16175068 or 2371593. OLE color: 2371593.

HSL color Cylindrical-coordinate representation of color #093024: hue angle of 161.54º 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 #093024 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 48 36 -
CMYK 0.81 0 0.25 0.81
HSL 161.54º 0.68% 0.11% -
HSV(B) 161.54º 0.81% 0.19% -
XYZ 1.49 2.3 2.03 -
YUV 34.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 9 48 36 0.81 0 0.25 0.81 161.54 0.68 0.11
Hex 9 30 24 51 0 19 51 A2 44 B
Octal 11 60 44 121 0 31 121 242 104 13
Binary 1001 110000 100100 1010001 0 11001 1010001 10100010 1000100 1011

Color Harmonies of #093024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093024

Black with #093024

Text Example


Text Example

White with #093024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093024; }

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

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

background-color css

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

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

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

border-color css

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

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

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