#2B453C

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

Shades of Te Papa Green #2B453C

Tints of Te Papa Green #2B453C

Color information

#2B453C (or 0x2B453C) is unknown color: approx Te Papa Green. HEX triplet: 2B, 45 and 3C. RGB value is (43,69,60). Sum of RGB (Red+Green+Blue) = 43+69+60=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #2B453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B453C is #D4BAC3. Grayscale: #3C3C3C. Windows color (decimal): -13941444 or 3949867. OLE color: 3949867.

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

Color convert

RGB436960-
CMYK0.3800.130.73
HSL159.23º23.21%21.96%-
HSV(B)159.23º37.68%27.06%-
XYZ3.945.15.05-
YUV60.2127.89115.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=25%
G=40.12%
B=34.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369600.3800.130.73159.2323.2121.96
Hex2B453C260D499f1716
Octal5310574460151112372726
Binary1010111000101111100100110011011001001100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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