Html Css Color HEX #093019 Dark Green

📋 copy color: '#093019'

red 9 ◦ green 48 ◦ blue 25

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

Shades of Dark Green #093019

Tints of Dark Green #093019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 30.49%

R = 10.98%
G = 58.54%
B = 30.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#093019 (or 0x093019) is known color: Dark Green. HEX triplet: 09, 30 and 19. RGB value is (9,48,25). Sum of RGB (Red+Green+Blue) = 9+48+25=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #093019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093019 is #F6CFE6. Grayscale: #212121. Windows color (decimal): -16175079 or 1650697. OLE color: 1650697.

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

Color convert

RGB 9 48 25 -
CMYK 0.81 0 0.48 0.81
HSL 144.62º 0.68% 0.11% -
HSV(B) 144.62º 0.81% 0.19% -
XYZ 1.35 2.24 1.28 -
YUV 33.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 9 48 25 0.81 0 0.48 0.81 144.62 0.68 0.11
Hex 9 30 19 51 0 30 51 91 44 B
Octal 11 60 31 121 0 60 121 221 104 13
Binary 1001 110000 11001 1010001 0 110000 1010001 10010001 1000100 1011

Color Harmonies of #093019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093019

Black with #093019

Text Example


Text Example

White with #093019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093019; }

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

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

background-color css

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

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

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

border-color css

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

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

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