#0D3025

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

Shades of Dark Green #0D3025

Tints of Dark Green #0D3025

Color information

#0D3025 (or 0x0D3025) is unknown color: approx Dark Green. HEX triplet: 0D, 30 and 25. RGB value is (13,48,37). Sum of RGB (Red+Green+Blue) = 13+48+37=98 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.27% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3025 is #F2CFDA. Grayscale: #242424. Windows color (decimal): -15912923 or 2437133. OLE color: 2437133.

HSL color Cylindrical-coordinate representation of color #0D3025: hue angle of 161.14º 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 #0D3025 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB134837-
CMYK0.7300.230.81
HSL161.14º57.38%11.96%-
HSV(B)161.14º72.92%18.82%-
XYZ1.562.332.12-
YUV36.28128.4111.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.27%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=13.27%
G=48.98%
B=37.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1348370.7300.230.81161.1457.3811.96
HexD30254901751a139c
Octal1560451110271212417114
Binary110111000010010110010010101111010001101000011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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