#093023

Color #093023 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #093023

Tints of Dark Green #093023

Color information

#093023 (or 0x093023) is unknown color: approx Dark Green. HEX triplet: 09, 30 and 23. RGB value is (9,48,35). Sum of RGB (Red+Green+Blue) = 9+48+35=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #093023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093023 is #F6CFDC. Grayscale: #222222. Windows color (decimal): -16175069 or 2306057. OLE color: 2306057.

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

Color convert

RGB94835-
CMYK0.8100.270.81
HSL160º68.42%11.18%-
HSV(B)160º81.25%18.82%-
XYZ1.472.291.96-
YUV34.86128.08109.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.78%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 35 (14.06% from 255) = 38.04%
R=9.78%
G=52.17%
B=38.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948350.8100.270.8116068.4211.18
Hex930235101B51a044b
Octal11604312103312124010413
Binary1001110000100011101000101101110100011010000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093023; }

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

 H1.HeaderClassName
 {
   color: #093023;
 }
 .AnyTagClassName
 {
   color: #093023;
 }
</style>
background-color css

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

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

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

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

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

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