#0D241B

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

Shades of Dark Green #0D241B

Tints of Dark Green #0D241B

Color information

#0D241B (or 0x0D241B) is unknown color: approx Dark Green. HEX triplet: 0D, 24 and 1B. RGB value is (13,36,27). Sum of RGB (Red+Green+Blue) = 13+36+27=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 36 - color contains mainly: green. Hex color #0D241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D241B is #F2DBE4. Grayscale: #1C1C1C. Windows color (decimal): -15916005 or 1778701. OLE color: 1778701.

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

Color convert

RGB133627-
CMYK0.6400.250.86
HSL156.52º46.94%9.61%-
HSV(B)156.52º63.89%14.12%-
XYZ0.991.431.26-
YUV28.1127.38117.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.11%
GREEN value IS 36 (14.45% from 255) = 47.37%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=17.11%
G=47.37%
B=35.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1336270.6400.250.86156.5246.949.61
HexD241B40019569d2fa
Octal1544331000311262355712
Binary11011001001101110000000110011010110100111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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