#224C41

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

Shades of Te Papa Green #224C41

Tints of Te Papa Green #224C41

Color information

#224C41 (or 0x224C41) is unknown color: approx Te Papa Green. HEX triplet: 22, 4C and 41. RGB value is (34,76,65). Sum of RGB (Red+Green+Blue) = 34+76+65=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #224C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C41 is #DDB3BE. Grayscale: #3E3E3E. Windows color (decimal): -14529471 or 4279330. OLE color: 4279330.

HSL color Cylindrical-coordinate representation of color #224C41: hue angle of 164.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224C41 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB347665-
CMYK0.5500.140.70
HSL164.29º38.18%21.57%-
HSV(B)164.29º55.26%29.8%-
XYZ4.25.895.92-
YUV62.19129.59107.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.43%
GREEN value IS 76 (30.08% from 255) = 43.43%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=19.43%
G=43.43%
B=37.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3476650.5500.140.70164.2938.1821.57
Hex224C41370E46a42616
Octal42114101670161062444626
Binary100010100110010000011101110111010001101010010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224C41; }

 p { color: rgb(34,76,65); }

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

<style>
 a { background-color: #224C41; }

 a { background-color: rgb(34,76,65); }

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

<style>
 span { border-color: #224C41; }

 span { border-color: rgb(34,76,65); }

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