#2F4D45

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

Shades of Te Papa Green #2F4D45

Tints of Te Papa Green #2F4D45

Color information

#2F4D45 (or 0x2F4D45) is unknown color: approx Te Papa Green. HEX triplet: 2F, 4D and 45. RGB value is (47,77,69). Sum of RGB (Red+Green+Blue) = 47+77+69=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D45 is #D0B2BA. Grayscale: #434343. Windows color (decimal): -13677243 or 4541743. OLE color: 4541743.

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

Color convert

RGB477769-
CMYK0.3900.100.70
HSL164º24.19%24.31%-
HSV(B)164º38.96%30.2%-
XYZ4.96.346.6-
YUV67.12129.06113.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.35%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=24.35%
G=39.90%
B=35.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4777690.3900.100.7016424.1924.31
Hex2F4D45270A46a41818
Octal57115105470121062443030
Binary10111110011011000101100111010101000110101001001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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