#0D231C

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

Shades of Dark Green #0D231C

Tints of Dark Green #0D231C

Color information

#0D231C (or 0x0D231C) is unknown color: approx Dark Green. HEX triplet: 0D, 23 and 1C. RGB value is (13,35,28). Sum of RGB (Red+Green+Blue) = 13+35+28=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #0D231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D231C is #F2DCE3. Grayscale: #1B1B1B. Windows color (decimal): -15916260 or 1843981. OLE color: 1843981.

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

Color convert

RGB133528-
CMYK0.6300.200.86
HSL160.91º45.83%9.41%-
HSV(B)160.91º62.86%13.73%-
XYZ0.981.371.31-
YUV27.62128.21117.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.11%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=17.11%
G=46.05%
B=36.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1335280.6300.200.86160.9145.839.41
HexD231C3F01456a12e9
Octal154334770241262415611
Binary1101100011111001111110101001010110101000011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,35,28); }

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

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

 a { background-color: rgb(13,35,28); }

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

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

 span { border-color: rgb(13,35,28); }

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