#2D2E2A

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

Shades of Eternity #2D2E2A

Tints of Eternity #2D2E2A

Color information

#2D2E2A (or 0x2D2E2A) is unknown color: approx Eternity. HEX triplet: 2D, 2E and 2A. RGB value is (45,46,42). Sum of RGB (Red+Green+Blue) = 45+46+42=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 46 - color contains mainly: green. Hex color #2D2E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2E2A is #D2D1D5. Grayscale: #2D2D2D. Windows color (decimal): -13816278 or 2764333. OLE color: 2764333.

HSL color Cylindrical-coordinate representation of color #2D2E2A: hue angle of 75º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2D2E2A is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB454642-
CMYK0.0200.090.82
HSL75º4.55%17.25%-
HSV(B)75º8.7%18.04%-
XYZ2.482.682.58-
YUV45.24126.17127.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.83%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=33.83%
G=34.59%
B=31.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4546420.0200.090.82754.5517.25
Hex2D2E2A209524b511
Octal5556522011122113521
Binary10110110111010101010010011010010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,46,42); }

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

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

 a { background-color: rgb(45,46,42); }

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

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

 span { border-color: rgb(45,46,42); }

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