#0D2F2C

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

Shades of Swamp #0D2F2C

Tints of Swamp #0D2F2C

Color information

#0D2F2C (or 0x0D2F2C) is unknown color: approx Swamp. HEX triplet: 0D, 2F and 2C. RGB value is (13,47,44). Sum of RGB (Red+Green+Blue) = 13+47+44=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #0D2F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2F2C is #F2D0D3. Grayscale: #242424. Windows color (decimal): -15913172 or 2895629. OLE color: 2895629.

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

Color convert

RGB134744-
CMYK0.7200.060.82
HSL174.71º56.67%11.76%-
HSV(B)174.71º72.34%18.43%-
XYZ1.642.32.74-
YUV36.49132.24111.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.5%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=12.5%
G=45.19%
B=42.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1347440.7200.060.82174.7156.6711.76
HexD2F2C480652af39c
Octal155754110061222577114
Binary1101101111101100100100001101010010101011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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