#2F473F

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

Shades of Te Papa Green #2F473F

Tints of Te Papa Green #2F473F

Color information

#2F473F (or 0x2F473F) is unknown color: approx Te Papa Green. HEX triplet: 2F, 47 and 3F. RGB value is (47,71,63). Sum of RGB (Red+Green+Blue) = 47+71+63=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #2F473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F473F is #D0B8C0. Grayscale: #3E3E3E. Windows color (decimal): -13678785 or 4146991. OLE color: 4146991.

HSL color Cylindrical-coordinate representation of color #2F473F: hue angle of 160º 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 #2F473F is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB477163-
CMYK0.3400.110.72
HSL160º20.34%23.14%-
HSV(B)160º33.8%27.84%-
XYZ4.325.475.53-
YUV62.91128.05116.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.97%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 63 (25% from 255) = 34.81%
R=25.97%
G=39.23%
B=34.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4771630.3400.110.7216020.3423.14
Hex2F473F220B48a01417
Octal5710777420131102402427
Binary1011111000111111111100010010111001000101000001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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