#244D42

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

Shades of Te Papa Green #244D42

Tints of Te Papa Green #244D42

Color information

#244D42 (or 0x244D42) is unknown color: approx Te Papa Green. HEX triplet: 24, 4D and 42. RGB value is (36,77,66). Sum of RGB (Red+Green+Blue) = 36+77+66=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #244D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244D42 is #DBB2BD. Grayscale: #3F3F3F. Windows color (decimal): -14398142 or 4345124. OLE color: 4345124.

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

Color convert

RGB367766-
CMYK0.5300.140.70
HSL163.9º36.28%22.16%-
HSV(B)163.9º53.25%30.2%-
XYZ4.366.086.1-
YUV63.49129.42108.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.11%
GREEN value IS 77 (30.47% from 255) = 43.02%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=20.11%
G=43.02%
B=36.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3677660.5300.140.70163.936.2822.16
Hex244D42350E46a42416
Octal44115102650161062444426
Binary100100100110110000101101010111010001101010010010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,77,66); }

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

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

 a { background-color: rgb(36,77,66); }

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

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

 span { border-color: rgb(36,77,66); }

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