#2F4E40

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

Shades of Te Papa Green #2F4E40

Tints of Te Papa Green #2F4E40

Color information

#2F4E40 (or 0x2F4E40) is unknown color: approx Te Papa Green. HEX triplet: 2F, 4E and 40. RGB value is (47,78,64). Sum of RGB (Red+Green+Blue) = 47+78+64=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E40 is #D0B1BF. Grayscale: #434343. Windows color (decimal): -13676992 or 4214319. OLE color: 4214319.

HSL color Cylindrical-coordinate representation of color #2F4E40: hue angle of 152.9º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F4E40 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB477864-
CMYK0.4000.180.69
HSL152.9º24.8%24.51%-
HSV(B)152.9º39.74%30.59%-
XYZ4.826.425.84-
YUV67.13126.23113.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.87%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=24.87%
G=41.27%
B=33.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4778640.4000.180.69152.924.824.51
Hex2F4E402801245991919
Octal57116100500221052313131
Binary101111100111010000001010000100101000101100110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,78,64); }

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

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

 a { background-color: rgb(47,78,64); }

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

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

 span { border-color: rgb(47,78,64); }

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