#244A40

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

Shades of Te Papa Green #244A40

Tints of Te Papa Green #244A40

Color information

#244A40 (or 0x244A40) is unknown color: approx Te Papa Green. HEX triplet: 24, 4A and 40. RGB value is (36,74,64). Sum of RGB (Red+Green+Blue) = 36+74+64=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #244A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244A40 is #DBB5BF. Grayscale: #3D3D3D. Windows color (decimal): -14398912 or 4213284. OLE color: 4213284.

HSL color Cylindrical-coordinate representation of color #244A40: hue angle of 164.21º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #244A40 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB367464-
CMYK0.5100.140.71
HSL164.21º34.55%21.57%-
HSV(B)164.21º51.35%29.02%-
XYZ4.15.645.72-
YUV61.5129.41109.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.69%
GREEN value IS 74 (29.30% from 255) = 42.53%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=20.69%
G=42.53%
B=36.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3674640.5100.140.71164.2134.5521.57
Hex244A40330E47a42316
Octal44112100630161072444326
Binary100100100101010000001100110111010001111010010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244A40; }

 p { color: rgb(36,74,64); }

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

<style>
 a { background-color: #244A40; }

 a { background-color: rgb(36,74,64); }

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

<style>
 span { border-color: #244A40; }

 span { border-color: rgb(36,74,64); }

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