#0D261A

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

Shades of Dark Green #0D261A

Tints of Dark Green #0D261A

Color information

#0D261A (or 0x0D261A) is unknown color: approx Dark Green. HEX triplet: 0D, 26 and 1A. RGB value is (13,38,26). Sum of RGB (Red+Green+Blue) = 13+38+26=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #0D261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D261A is #F2D9E5. Grayscale: #1D1D1D. Windows color (decimal): -15915494 or 1713677. OLE color: 1713677.

HSL color Cylindrical-coordinate representation of color #0D261A: hue angle of 151.2º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D261A is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB133826-
CMYK0.6600.320.85
HSL151.2º49.02%10%-
HSV(B)151.2º65.79%14.9%-
XYZ1.051.551.22-
YUV29.16126.22116.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.88%
GREEN value IS 38 (15.23% from 255) = 49.35%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=16.88%
G=49.35%
B=33.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1338260.6600.320.85151.249.0210
HexD261A42020559731a
Octal1546321020401252276112
Binary110110011011010100001001000001010101100101111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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