#2C301F

Color #2C301F Eternity (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eternity #2C301F

Tints of Eternity #2C301F

Color information

#2C301F (or 0x2C301F) is unknown color: approx Eternity. HEX triplet: 2C, 30 and 1F. RGB value is (44,48,31). Sum of RGB (Red+Green+Blue) = 44+48+31=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 48 - color contains mainly: green. Hex color #2C301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C301F is #D3CFE0. Grayscale: #2C2C2C. Windows color (decimal): -13881313 or 2043948. OLE color: 2043948.

HSL color Cylindrical-coordinate representation of color #2C301F: hue angle of 74.12º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2C301F is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB444831-
CMYK0.0800.350.81
HSL74.12º21.52%15.49%-
HSV(B)74.12º35.42%18.82%-
XYZ2.342.751.7-
YUV44.87120.17127.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.77%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=35.77%
G=39.02%
B=25.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448310.0800.350.8174.1221.5215.49
Hex2C301F8023514a16f
Octal546037100431211122617
Binary101100110000111111000010001110100011001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C301F; }

 p { color: rgb(44,48,31); }

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

<style>
 a { background-color: #2C301F; }

 a { background-color: rgb(44,48,31); }

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

<style>
 span { border-color: #2C301F; }

 span { border-color: rgb(44,48,31); }

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