#0D2E28

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

Shades of Dark Green #0D2E28

Tints of Dark Green #0D2E28

Color information

#0D2E28 (or 0x0D2E28) is unknown color: approx Dark Green. HEX triplet: 0D, 2E and 28. RGB value is (13,46,40). Sum of RGB (Red+Green+Blue) = 13+46+40=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2E28 is #F2D1D7. Grayscale: #232323. Windows color (decimal): -15913432 or 2633229. OLE color: 2633229.

HSL color Cylindrical-coordinate representation of color #0D2E28: hue angle of 169.09º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2E28 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB134640-
CMYK0.7200.130.82
HSL169.09º55.93%11.57%-
HSV(B)169.09º71.74%18.04%-
XYZ1.532.192.35-
YUV35.45130.57111.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.13%
GREEN value IS 46 (18.36% from 255) = 46.46%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=13.13%
G=46.46%
B=40.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1346400.7200.130.82169.0955.9311.57
HexD2E28480D52a938c
Octal1556501100151222517014
Binary11011011101010001001000011011010010101010011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,46,40); }

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

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

 a { background-color: rgb(13,46,40); }

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

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

 span { border-color: rgb(13,46,40); }

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