Html Css Color HEX #093026 Dark Green

📋 copy color: '#093026'

red 9 ◦ green 48 ◦ blue 38

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

Shades of Dark Green #093026

Tints of Dark Green #093026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 40%

R = 9.47%
G = 50.53%
B = 40%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#093026 (or 0x093026) is known color: Dark Green. HEX triplet: 09, 30 and 26. RGB value is (9,48,38). Sum of RGB (Red+Green+Blue) = 9+48+38=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #093026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093026 is #F6CFD9. Grayscale: #232323. Windows color (decimal): -16175066 or 2502665. OLE color: 2502665.

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

Color convert

RGB 9 48 38 -
CMYK 0.81 0 0.21 0.81
HSL 164.62º 0.68% 0.11% -
HSV(B) 164.62º 0.81% 0.19% -
XYZ 1.52 2.31 2.2 -
YUV 35.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 9 48 38 0.81 0 0.21 0.81 164.62 0.68 0.11
Hex 9 30 26 51 0 15 51 A5 44 B
Octal 11 60 46 121 0 25 121 245 104 13
Binary 1001 110000 100110 1010001 0 10101 1010001 10100101 1000100 1011

Color Harmonies of #093026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093026

Black with #093026

Text Example


Text Example

White with #093026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093026; }

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

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

background-color css

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

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

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

border-color css

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

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

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