#2F4740

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

Shades of Te Papa Green #2F4740

Tints of Te Papa Green #2F4740

Color information

#2F4740 (or 0x2F4740) is unknown color: approx Te Papa Green. HEX triplet: 2F, 47 and 40. RGB value is (47,71,64). Sum of RGB (Red+Green+Blue) = 47+71+64=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4740 is #D0B8BF. Grayscale: #3F3F3F. Windows color (decimal): -13678784 or 4212527. OLE color: 4212527.

HSL color Cylindrical-coordinate representation of color #2F4740: hue angle of 162.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F4740 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB477164-
CMYK0.3400.100.72
HSL162.5º20.34%23.14%-
HSV(B)162.5º33.8%27.84%-
XYZ4.355.485.68-
YUV63.03128.55116.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.82%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=25.82%
G=39.01%
B=35.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4771640.3400.100.72162.520.3423.14
Hex2F4740220A48a21417
Octal57107100420121102422427
Binary10111110001111000000100010010101001000101000101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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