Html Css Color HEX #093229 Dark Green

📋 copy color: '#093229'

red 9 ◦ green 50 ◦ blue 41

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

Shades of Dark Green #093229

Tints of Dark Green #093229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 50%

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

R = 9%
G = 50%
B = 41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#093229 (or 0x093229) is known color: Dark Green. HEX triplet: 09, 32 and 29. RGB value is (9,50,41). Sum of RGB (Red+Green+Blue) = 9+50+41=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #093229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093229 is #F6CDD6. Grayscale: #242424. Windows color (decimal): -16174551 or 2699785. OLE color: 2699785.

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

Color convert

RGB 9 50 41 -
CMYK 0.82 0 0.18 0.80
HSL 166.83º 0.69% 0.12% -
HSV(B) 166.83º 0.82% 0.2% -
XYZ 1.65 2.5 2.49 -
YUV 36.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 9 50 41 0.82 0 0.18 0.80 166.83 0.69 0.12
Hex 9 32 29 52 0 12 50 A7 45 C
Octal 11 62 51 122 0 22 120 247 105 14
Binary 1001 110010 101001 1010010 0 10010 1010000 10100111 1000101 1100

Color Harmonies of #093229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093229

Black with #093229

Text Example


Text Example

White with #093229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093229; }

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

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

background-color css

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

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

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

border-color css

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

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

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