#0D3023

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

Shades of Dark Green #0D3023

Tints of Dark Green #0D3023

Color information

#0D3023 (or 0x0D3023) is unknown color: approx Dark Green. HEX triplet: 0D, 30 and 23. RGB value is (13,48,35). Sum of RGB (Red+Green+Blue) = 13+48+35=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3023 is #F2CFDC. Grayscale: #242424. Windows color (decimal): -15912925 or 2306061. OLE color: 2306061.

HSL color Cylindrical-coordinate representation of color #0D3023: hue angle of 157.71º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3023 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB134835-
CMYK0.7300.270.81
HSL157.71º57.38%11.96%-
HSV(B)157.71º72.92%18.82%-
XYZ1.532.321.96-
YUV36.05127.4111.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.54%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=13.54%
G=50%
B=36.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1348350.7300.270.81157.7157.3811.96
HexD30234901B519e39c
Octal1560431110331212367114
Binary110111000010001110010010110111010001100111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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