#0D281A

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

Shades of Dark Green #0D281A

Tints of Dark Green #0D281A

Color information

#0D281A (or 0x0D281A) is unknown color: approx Dark Green. HEX triplet: 0D, 28 and 1A. RGB value is (13,40,26). Sum of RGB (Red+Green+Blue) = 13+40+26=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #0D281A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D281A is #F2D7E5. Grayscale: #1E1E1E. Windows color (decimal): -15914982 or 1714189. OLE color: 1714189.

HSL color Cylindrical-coordinate representation of color #0D281A: hue angle of 148.89º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D281A is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB134026-
CMYK0.6700.350.84
HSL148.89º50.94%10.39%-
HSV(B)148.89º67.5%15.69%-
XYZ1.111.681.24-
YUV30.33125.55115.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.46%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=16.46%
G=50.63%
B=32.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1340260.6700.350.84148.8950.9410.39
HexD281A43023549533a
Octal1550321030431242256312
Binary110110100011010100001101000111010100100101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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