#2F4D42

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

Shades of Te Papa Green #2F4D42

Tints of Te Papa Green #2F4D42

Color information

#2F4D42 (or 0x2F4D42) is unknown color: approx Te Papa Green. HEX triplet: 2F, 4D and 42. RGB value is (47,77,66). Sum of RGB (Red+Green+Blue) = 47+77+66=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D42 is #D0B2BD. Grayscale: #424242. Windows color (decimal): -13677246 or 4345135. OLE color: 4345135.

HSL color Cylindrical-coordinate representation of color #2F4D42: hue angle of 158º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F4D42 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB477766-
CMYK0.3900.140.70
HSL158º24.19%24.31%-
HSV(B)158º38.96%30.2%-
XYZ4.816.316.12-
YUV66.78127.56113.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 77 (30.47% from 255) = 40.53%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=24.74%
G=40.53%
B=34.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4777660.3900.140.7015824.1924.31
Hex2F4D42270E469e1818
Octal57115102470161062363030
Binary10111110011011000010100111011101000110100111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,77,66); }

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

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

 a { background-color: rgb(47,77,66); }

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

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

 span { border-color: rgb(47,77,66); }

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