#2A4F41

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

Shades of Te Papa Green #2A4F41

Tints of Te Papa Green #2A4F41

Color information

#2A4F41 (or 0x2A4F41) is unknown color: approx Te Papa Green. HEX triplet: 2A, 4F and 41. RGB value is (42,79,65). Sum of RGB (Red+Green+Blue) = 42+79+65=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #2A4F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4F41 is #D5B0BE. Grayscale: #424242. Windows color (decimal): -14004415 or 4280106. OLE color: 4280106.

HSL color Cylindrical-coordinate representation of color #2A4F41: hue angle of 157.3º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A4F41 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB427965-
CMYK0.4700.180.69
HSL157.3º30.58%23.73%-
HSV(B)157.3º46.84%30.98%-
XYZ4.76.476-
YUV66.34127.24110.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.58%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=22.58%
G=42.47%
B=34.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4279650.4700.180.69157.330.5823.73
Hex2A4F412F012459d1f18
Octal52117101570221052353730
Binary101010100111110000011011110100101000101100111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,79,65); }

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

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

 a { background-color: rgb(42,79,65); }

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

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

 span { border-color: rgb(42,79,65); }

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