#2C4B3F

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

Shades of Te Papa Green #2C4B3F

Tints of Te Papa Green #2C4B3F

Color information

#2C4B3F (or 0x2C4B3F) is unknown color: approx Te Papa Green. HEX triplet: 2C, 4B and 3F. RGB value is (44,75,63). Sum of RGB (Red+Green+Blue) = 44+75+63=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B3F is #D3B4C0. Grayscale: #404040. Windows color (decimal): -13874369 or 4148012. OLE color: 4148012.

HSL color Cylindrical-coordinate representation of color #2C4B3F: hue angle of 156.77º 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 #2C4B3F is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB447563-
CMYK0.4100.160.71
HSL156.77º26.05%23.33%-
HSV(B)156.77º41.33%29.41%-
XYZ4.455.935.61-
YUV64.36127.23113.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.18%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 63 (25% from 255) = 34.62%
R=24.18%
G=41.21%
B=34.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4475630.4100.160.71156.7726.0523.33
Hex2C4B3F29010479d1a17
Octal5411377510201072353227
Binary10110010010111111111010010100001000111100111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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