#2F443D

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

Shades of Te Papa Green #2F443D

Tints of Te Papa Green #2F443D

Color information

#2F443D (or 0x2F443D) is unknown color: approx Te Papa Green. HEX triplet: 2F, 44 and 3D. RGB value is (47,68,61). Sum of RGB (Red+Green+Blue) = 47+68+61=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 68 - color contains mainly: green. Hex color #2F443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F443D is #D0BBC2. Grayscale: #3C3C3C. Windows color (decimal): -13679555 or 4015151. OLE color: 4015151.

HSL color Cylindrical-coordinate representation of color #2F443D: hue angle of 160º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F443D is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB476861-
CMYK0.3100.100.73
HSL160º18.26%22.55%-
HSV(B)160º30.88%26.67%-
XYZ4.085.085.18-
YUV60.92128.04118.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.70%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=26.70%
G=38.64%
B=34.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4768610.3100.100.7316018.2622.55
Hex2F443D1F0A49a01217
Octal5710475370121112402227
Binary101111100010011110111111010101001001101000001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,68,61); }

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

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

 a { background-color: rgb(47,68,61); }

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

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

 span { border-color: rgb(47,68,61); }

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