#2B463C

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

Shades of Te Papa Green #2B463C

Tints of Te Papa Green #2B463C

Color information

#2B463C (or 0x2B463C) is unknown color: approx Te Papa Green. HEX triplet: 2B, 46 and 3C. RGB value is (43,70,60). Sum of RGB (Red+Green+Blue) = 43+70+60=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 70 - color contains mainly: green. Hex color #2B463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B463C is #D4B9C3. Grayscale: #3C3C3C. Windows color (decimal): -13941188 or 3950123. OLE color: 3950123.

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

Color convert

RGB437060-
CMYK0.3900.140.73
HSL157.78º23.89%22.16%-
HSV(B)157.78º38.57%27.45%-
XYZ45.225.07-
YUV60.79127.55115.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=24.86%
G=40.46%
B=34.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4370600.3900.140.73157.7823.8922.16
Hex2B463C270E499e1816
Octal5310674470161112363026
Binary1010111000110111100100111011101001001100111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,70,60); }

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

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

 a { background-color: rgb(43,70,60); }

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

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

 span { border-color: rgb(43,70,60); }

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