#2C5248

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

Shades of Te Papa Green #2C5248

Tints of Te Papa Green #2C5248

Color information

#2C5248 (or 0x2C5248) is unknown color: approx Te Papa Green. HEX triplet: 2C, 52 and 48. RGB value is (44,82,72). Sum of RGB (Red+Green+Blue) = 44+82+72=198 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.22% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #2C5248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5248 is #D3ADB7. Grayscale: #454545. Windows color (decimal): -13872568 or 4739628. OLE color: 4739628.

HSL color Cylindrical-coordinate representation of color #2C5248: hue angle of 164.21º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C5248 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB448272-
CMYK0.4600.120.68
HSL164.21º30.16%24.71%-
HSV(B)164.21º46.34%32.16%-
XYZ5.237.047.21-
YUV69.5129.41109.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.22%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=22.22%
G=41.41%
B=36.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4482720.4600.120.68164.2130.1624.71
Hex2C52482E0C44a41e19
Octal54122110560141042443631
Binary10110010100101001000101110011001000100101001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,82,72); }

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

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

 a { background-color: rgb(44,82,72); }

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

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

 span { border-color: rgb(44,82,72); }

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