#0A241B

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

Shades of Dark Green #0A241B

Tints of Dark Green #0A241B

Color information

#0A241B (or 0x0A241B) is unknown color: approx Dark Green. HEX triplet: 0A, 24 and 1B. RGB value is (10,36,27). Sum of RGB (Red+Green+Blue) = 10+36+27=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #0A241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A241B is #F5DBE4. Grayscale: #1B1B1B. Windows color (decimal): -16112613 or 1778698. OLE color: 1778698.

HSL color Cylindrical-coordinate representation of color #0A241B: hue angle of 159.23º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A241B is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB103627-
CMYK0.7200.250.86
HSL159.23º56.52%9.02%-
HSV(B)159.23º72.22%14.12%-
XYZ0.951.411.26-
YUV27.2127.89115.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.70%
GREEN value IS 36 (14.45% from 255) = 49.32%
BLUE value IS 27 (10.94% from 255) = 36.99%
R=13.70%
G=49.32%
B=36.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1036270.7200.250.86159.2356.529.02
HexA241B48019569f399
Octal1244331100311262377111
Binary10101001001101110010000110011010110100111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A241B; }

 p { color: rgb(10,36,27); }

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

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

 a { background-color: rgb(10,36,27); }

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

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

 span { border-color: rgb(10,36,27); }

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