#245240

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

Shades of Te Papa Green #245240

Tints of Te Papa Green #245240

Color information

#245240 (or 0x245240) is unknown color: approx Te Papa Green. HEX triplet: 24, 52 and 40. RGB value is (36,82,64). Sum of RGB (Red+Green+Blue) = 36+82+64=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #245240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245240 is #DBADBF. Grayscale: #424242. Windows color (decimal): -14396864 or 4215332. OLE color: 4215332.

HSL color Cylindrical-coordinate representation of color #245240: hue angle of 156.52º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245240 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB368264-
CMYK0.5600.220.68
HSL156.52º38.98%23.14%-
HSV(B)156.52º56.1%32.16%-
XYZ4.676.785.91-
YUV66.19126.76106.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.78%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=19.78%
G=45.05%
B=35.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3682640.5600.220.68156.5238.9823.14
Hex24524038016449d2717
Octal44122100700261042354727
Binary1001001010010100000011100001011010001001001110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245240; }

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

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

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

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

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

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

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

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