#2F534A

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

Shades of Te Papa Green #2F534A

Tints of Te Papa Green #2F534A

Color information

#2F534A (or 0x2F534A) is unknown color: approx Te Papa Green. HEX triplet: 2F, 53 and 4A. RGB value is (47,83,74). Sum of RGB (Red+Green+Blue) = 47+83+74=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #2F534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F534A is #D0ACB5. Grayscale: #474747. Windows color (decimal): -13675702 or 4870959. OLE color: 4870959.

HSL color Cylindrical-coordinate representation of color #2F534A: hue angle of 165º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F534A is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB478374-
CMYK0.4300.110.67
HSL165º27.69%25.49%-
HSV(B)165º43.37%32.55%-
XYZ5.57.297.59-
YUV71.21129.57110.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.04%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=23.04%
G=40.69%
B=36.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4783740.4300.110.6716527.6925.49
Hex2F534A2B0B43a51c19
Octal57123112530131032453431
Binary10111110100111001010101011010111000011101001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,83,74); }

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

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

 a { background-color: rgb(47,83,74); }

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

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

 span { border-color: rgb(47,83,74); }

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