Html Css Color HEX #093029 Dark Green

📋 copy color: '#093029'

red 9 ◦ green 48 ◦ blue 41

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

Shades of Dark Green #093029

Tints of Dark Green #093029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 41.84%

R = 9.18%
G = 48.98%
B = 41.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#093029 (or 0x093029) is known color: Dark Green. HEX triplet: 09, 30 and 29. RGB value is (9,48,41). Sum of RGB (Red+Green+Blue) = 9+48+41=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #093029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093029 is #F6CFD6. Grayscale: #232323. Windows color (decimal): -16175063 or 2699273. OLE color: 2699273.

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

Color convert

RGB 9 48 41 -
CMYK 0.81 0 0.15 0.81
HSL 169.23º 0.68% 0.11% -
HSV(B) 169.23º 0.81% 0.19% -
XYZ 1.57 2.33 2.47 -
YUV 35.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 9 48 41 0.81 0 0.15 0.81 169.23 0.68 0.11
Hex 9 30 29 51 0 F 51 A9 44 B
Octal 11 60 51 121 0 17 121 251 104 13
Binary 1001 110000 101001 1010001 0 1111 1010001 10101001 1000100 1011

Color Harmonies of #093029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093029

Black with #093029

Text Example


Text Example

White with #093029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093029; }

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

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

background-color css

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

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

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

border-color css

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

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

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