#0D231A

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

Shades of Dark Green #0D231A

Tints of Dark Green #0D231A

Color information

#0D231A (or 0x0D231A) is unknown color: approx Dark Green. HEX triplet: 0D, 23 and 1A. RGB value is (13,35,26). Sum of RGB (Red+Green+Blue) = 13+35+26=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #0D231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D231A is #F2DCE5. Grayscale: #1B1B1B. Windows color (decimal): -15916262 or 1712909. OLE color: 1712909.

HSL color Cylindrical-coordinate representation of color #0D231A: hue angle of 155.45º 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 #0D231A is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB133526-
CMYK0.6300.260.86
HSL155.45º45.83%9.41%-
HSV(B)155.45º62.86%13.73%-
XYZ0.951.361.19-
YUV27.4127.21117.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.57%
GREEN value IS 35 (14.06% from 255) = 47.30%
BLUE value IS 26 (10.55% from 255) = 35.14%
R=17.57%
G=47.30%
B=35.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1335260.6300.260.86155.4545.839.41
HexD231A3F01A569b2e9
Octal154332770321262335611
Binary1101100011110101111110110101010110100110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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