Html Css Color HEX #093429 Dark Green

📋 copy color: '#093429'

red 9 ◦ green 52 ◦ blue 41

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

Shades of Dark Green #093429

Tints of Dark Green #093429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 50.98%

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

R = 8.82%
G = 50.98%
B = 40.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#093429 (or 0x093429) is known color: Dark Green. HEX triplet: 09, 34 and 29. RGB value is (9,52,41). Sum of RGB (Red+Green+Blue) = 9+52+41=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #093429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093429 is #F6CBD6. Grayscale: #252525. Windows color (decimal): -16174039 or 2700297. OLE color: 2700297.

HSL color Cylindrical-coordinate representation of color #093429: hue angle of 164.65º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093429 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 52 41 -
CMYK 0.83 0 0.21 0.80
HSL 164.65º 0.7% 0.12% -
HSV(B) 164.65º 0.83% 0.2% -
XYZ 1.74 2.67 2.52 -
YUV 37.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 9 52 41 0.83 0 0.21 0.80 164.65 0.7 0.12
Hex 9 34 29 53 0 15 50 A5 46 C
Octal 11 64 51 123 0 25 120 245 106 14
Binary 1001 110100 101001 1010011 0 10101 1010000 10100101 1000110 1100

Color Harmonies of #093429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093429

Black with #093429

Text Example


Text Example

White with #093429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093429; }

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

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

background-color css

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

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

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

border-color css

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

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

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