#09241E

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

Shades of Dark Green #09241E

Tints of Dark Green #09241E

Color information

#09241E (or 0x09241E) is unknown color: approx Dark Green. HEX triplet: 09, 24 and 1E. RGB value is (9,36,30). Sum of RGB (Red+Green+Blue) = 9+36+30=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #09241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09241E is #F6DBE1. Grayscale: #1B1B1B. Windows color (decimal): -16178146 or 1975305. OLE color: 1975305.

HSL color Cylindrical-coordinate representation of color #09241E: hue angle of 166.67º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #09241E is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB93630-
CMYK0.7500.170.86
HSL166.67º60%8.82%-
HSV(B)166.67º75%14.12%-
XYZ0.981.411.45-
YUV27.24129.55114.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 36 (14.45% from 255) = 48%
BLUE value IS 30 (12.11% from 255) = 40%
R=12%
G=48%
B=40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal936300.7500.170.86166.67608.82
Hex9241E4B01156a73c9
Octal1144361130211262477411
Binary10011001001111010010110100011010110101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09241E; }

 p { color: rgb(9,36,30); }

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

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

 a { background-color: rgb(9,36,30); }

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

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

 span { border-color: rgb(9,36,30); }

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