#093025

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

Shades of Dark Green #093025

Tints of Dark Green #093025

Color information

#093025 (or 0x093025) is unknown color: approx Dark Green. HEX triplet: 09, 30 and 25. RGB value is (9,48,37). Sum of RGB (Red+Green+Blue) = 9+48+37=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #093025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093025 is #F6CFDA. Grayscale: #232323. Windows color (decimal): -16175067 or 2437129. OLE color: 2437129.

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

Color convert

RGB94837-
CMYK0.8100.230.81
HSL163.08º68.42%11.18%-
HSV(B)163.08º81.25%18.82%-
XYZ1.52.312.12-
YUV35.08129.08109.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 48 (19.14% from 255) = 51.06%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=9.57%
G=51.06%
B=39.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948370.8100.230.81163.0868.4211.18
Hex930255101751a344b
Octal11604512102712124310413
Binary1001110000100101101000101011110100011010001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093025; }

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

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

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

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

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

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

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

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