#2C4B42

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

Shades of Te Papa Green #2C4B42

Tints of Te Papa Green #2C4B42

Color information

#2C4B42 (or 0x2C4B42) is unknown color: approx Te Papa Green. HEX triplet: 2C, 4B and 42. RGB value is (44,75,66). Sum of RGB (Red+Green+Blue) = 44+75+66=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B42 is #D3B4BD. Grayscale: #404040. Windows color (decimal): -13874366 or 4344620. OLE color: 4344620.

HSL color Cylindrical-coordinate representation of color #2C4B42: hue angle of 162.58º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C4B42 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB447566-
CMYK0.4100.120.71
HSL162.58º26.05%23.33%-
HSV(B)162.58º41.33%29.41%-
XYZ4.545.966.07-
YUV64.7128.73113.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.78%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=23.78%
G=40.54%
B=35.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4475660.4100.120.71162.5826.0523.33
Hex2C4B42290C47a31a17
Octal54113102510141072433227
Binary10110010010111000010101001011001000111101000111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,75,66); }

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

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

 a { background-color: rgb(44,75,66); }

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

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

 span { border-color: rgb(44,75,66); }

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