Html Css Color HEX #093A29 Dark Green

📋 copy color: '#093A29'

red 9 ◦ green 58 ◦ blue 41

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

Shades of Dark Green #093A29

Tints of Dark Green #093A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 53.7%

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

R = 8.33%
G = 53.7%
B = 37.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.77

RGB Variations

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

Color information

#093A29 (or 0x093A29) is known color: Dark Green. HEX triplet: 09, 3A and 29. RGB value is (9,58,41). Sum of RGB (Red+Green+Blue) = 9+58+41=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 58 (23.05% from 255 or 53.70% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 58 - color contains mainly: green. Hex color #093A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A29 is #F6C5D6. Grayscale: #292929. Windows color (decimal): -16172503 or 2701833. OLE color: 2701833.

HSL color Cylindrical-coordinate representation of color #093A29: hue angle of 159.18º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A29 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 58 41 -
CMYK 0.84 0 0.29 0.77
HSL 159.18º 0.73% 0.13% -
HSV(B) 159.18º 0.84% 0.23% -
XYZ 2.03 3.24 2.62 -
YUV 41.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 9 58 41 0.84 0 0.29 0.77 159.18 0.73 0.13
Hex 9 3A 29 54 0 1D 4D 9F 49 D
Octal 11 72 51 124 0 35 115 237 111 15
Binary 1001 111010 101001 1010100 0 11101 1001101 10011111 1001001 1101

Color Harmonies of #093A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A29

Black with #093A29

Text Example


Text Example

White with #093A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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