#2D4E42

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

Shades of Te Papa Green #2D4E42

Tints of Te Papa Green #2D4E42

Color information

#2D4E42 (or 0x2D4E42) is unknown color: approx Te Papa Green. HEX triplet: 2D, 4E and 42. RGB value is (45,78,66). Sum of RGB (Red+Green+Blue) = 45+78+66=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4E42 is #D2B1BD. Grayscale: #424242. Windows color (decimal): -13808062 or 4345389. OLE color: 4345389.

HSL color Cylindrical-coordinate representation of color #2D4E42: hue angle of 158.18º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D4E42 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB457866-
CMYK0.4200.150.69
HSL158.18º26.83%24.12%-
HSV(B)158.18º42.31%30.59%-
XYZ4.796.46.14-
YUV66.76127.57112.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.81%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=23.81%
G=41.27%
B=34.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4578660.4200.150.69158.1826.8324.12
Hex2D4E422A0F459e1b18
Octal55116102520171052363330
Binary10110110011101000010101010011111000101100111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,78,66); }

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

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

 a { background-color: rgb(45,78,66); }

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

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

 span { border-color: rgb(45,78,66); }

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