#2F4E3F

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

Shades of Te Papa Green #2F4E3F

Tints of Te Papa Green #2F4E3F

Color information

#2F4E3F (or 0x2F4E3F) is unknown color: approx Te Papa Green. HEX triplet: 2F, 4E and 3F. RGB value is (47,78,63). Sum of RGB (Red+Green+Blue) = 47+78+63=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E3F is #D0B1C0. Grayscale: #434343. Windows color (decimal): -13676993 or 4148783. OLE color: 4148783.

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

Color convert

RGB477863-
CMYK0.4000.190.69
HSL150.97º24.8%24.51%-
HSV(B)150.97º39.74%30.59%-
XYZ4.796.415.69-
YUV67.02125.73113.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 41.49%
BLUE value IS 63 (25% from 255) = 33.51%
R=25%
G=41.49%
B=33.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4778630.4000.190.69150.9724.824.51
Hex2F4E3F2801345971919
Octal5711677500231052273131
Binary10111110011101111111010000100111000101100101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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