#2E453C

Color #2E453C Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #2E453C

Tints of Te Papa Green #2E453C

Color information

#2E453C (or 0x2E453C) is unknown color: approx Te Papa Green. HEX triplet: 2E, 45 and 3C. RGB value is (46,69,60). Sum of RGB (Red+Green+Blue) = 46+69+60=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #2E453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E453C is #D1BAC3. Grayscale: #3D3D3D. Windows color (decimal): -13744836 or 3949870. OLE color: 3949870.

HSL color Cylindrical-coordinate representation of color #2E453C: hue angle of 156.52º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E453C is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB466960-
CMYK0.3300.130.73
HSL156.52º20%22.55%-
HSV(B)156.52º33.33%27.06%-
XYZ4.075.165.06-
YUV61.1127.38117.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=26.29%
G=39.43%
B=34.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4669600.3300.130.73156.522022.55
Hex2E453C210D499d1417
Octal5610574410151112352427
Binary1011101000101111100100001011011001001100111011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,69,60); }

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

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

 a { background-color: rgb(46,69,60); }

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

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

 span { border-color: rgb(46,69,60); }

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