#2F4E46

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

Shades of Te Papa Green #2F4E46

Tints of Te Papa Green #2F4E46

Color information

#2F4E46 (or 0x2F4E46) is unknown color: approx Te Papa Green. HEX triplet: 2F, 4E and 46. RGB value is (47,78,70). Sum of RGB (Red+Green+Blue) = 47+78+70=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E46 is #D0B1B9. Grayscale: #434343. Windows color (decimal): -13676986 or 4607535. OLE color: 4607535.

HSL color Cylindrical-coordinate representation of color #2F4E46: hue angle of 164.52º 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 #2F4E46 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB477870-
CMYK0.4000.100.69
HSL164.52º24.8%24.51%-
HSV(B)164.52º39.74%30.59%-
XYZ56.56.78-
YUV67.82129.23113.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.10%
GREEN value IS 78 (30.86% from 255) = 40%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=24.10%
G=40%
B=35.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4778700.4000.100.69164.5224.824.51
Hex2F4E46280A45a51919
Octal57116106500121052453131
Binary10111110011101000110101000010101000101101001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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