Html Css Color HEX #093A2D Dark Green

📋 copy color: '#093A2D'

red 9 ◦ green 58 ◦ blue 45

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

Shades of Dark Green #093A2D

Tints of Dark Green #093A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 40.18%

R = 8.04%
G = 51.79%
B = 40.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.77

RGB Variations

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

Color information

#093A2D (or 0x093A2D) is known color: Dark Green. HEX triplet: 09, 3A and 2D. RGB value is (9,58,45). Sum of RGB (Red+Green+Blue) = 9+58+45=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #093A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A2D is #F6C5D2. Grayscale: #292929. Windows color (decimal): -16172499 or 2963977. OLE color: 2963977.

HSL color Cylindrical-coordinate representation of color #093A2D: hue angle of 164.08º 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 #093A2D is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 58 45 -
CMYK 0.84 0 0.22 0.77
HSL 164.08º 0.73% 0.13% -
HSV(B) 164.08º 0.84% 0.23% -
XYZ 2.1 3.27 3 -
YUV 41.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 9 58 45 0.84 0 0.22 0.77 164.08 0.73 0.13
Hex 9 3A 2D 54 0 16 4D A4 49 D
Octal 11 72 55 124 0 26 115 244 111 15
Binary 1001 111010 101101 1010100 0 10110 1001101 10100100 1001001 1101

Color Harmonies of #093A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A2D

Black with #093A2D

Text Example


Text Example

White with #093A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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