#0D2F1F

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

Shades of Dark Green #0D2F1F

Tints of Dark Green #0D2F1F

Color information

#0D2F1F (or 0x0D2F1F) is unknown color: approx Dark Green. HEX triplet: 0D, 2F and 1F. RGB value is (13,47,31). Sum of RGB (Red+Green+Blue) = 13+47+31=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 47 (18.75% from 255 or 51.65% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 47 - color contains mainly: green. Hex color #0D2F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2F1F is #F2D0E0. Grayscale: #232323. Windows color (decimal): -15913185 or 2043661. OLE color: 2043661.

HSL color Cylindrical-coordinate representation of color #0D2F1F: hue angle of 151.76º degrees, saturation: 0.57, 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 #0D2F1F is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.

Color convert

RGB134731-
CMYK0.7200.340.82
HSL151.76º56.67%11.76%-
HSV(B)151.76º72.34%18.43%-
XYZ1.432.221.65-
YUV35.01125.74112.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.29%
GREEN value IS 47 (18.75% from 255) = 51.65%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=14.29%
G=51.65%
B=34.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1347310.7200.340.82151.7656.6711.76
HexD2F1F48022529839c
Octal1557371100421222307114
Binary110110111111111100100001000101010010100110001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,47,31); }

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

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

 a { background-color: rgb(13,47,31); }

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

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

 span { border-color: rgb(13,47,31); }

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