#0D251A

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

Shades of Dark Green #0D251A

Tints of Dark Green #0D251A

Color information

#0D251A (or 0x0D251A) is unknown color: approx Dark Green. HEX triplet: 0D, 25 and 1A. RGB value is (13,37,26). Sum of RGB (Red+Green+Blue) = 13+37+26=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #0D251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D251A is #F2DAE5. Grayscale: #1C1C1C. Windows color (decimal): -15915750 or 1713421. OLE color: 1713421.

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

Color convert

RGB133726-
CMYK0.6500.300.85
HSL152.5º48%9.8%-
HSV(B)152.5º64.86%14.51%-
XYZ1.011.481.21-
YUV28.57126.55116.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.11%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=17.11%
G=48.68%
B=34.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1337260.6500.300.85152.5489.8
HexD251A4101E559830a
Octal1545321010361252306012
Binary11011001011101010000010111101010101100110001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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