#245040

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

Shades of Te Papa Green #245040

Tints of Te Papa Green #245040

Color information

#245040 (or 0x245040) is unknown color: approx Te Papa Green. HEX triplet: 24, 50 and 40. RGB value is (36,80,64). Sum of RGB (Red+Green+Blue) = 36+80+64=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #245040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245040 is #DBAFBF. Grayscale: #414141. Windows color (decimal): -14397376 or 4214820. OLE color: 4214820.

HSL color Cylindrical-coordinate representation of color #245040: hue angle of 158.18º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #245040 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB368064-
CMYK0.5500.200.69
HSL158.18º37.93%22.75%-
HSV(B)158.18º55%31.37%-
XYZ4.526.485.86-
YUV65.02127.42107.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=20%
G=44.44%
B=35.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680640.5500.200.69158.1837.9322.75
Hex24504037014459e2617
Octal44120100670241052364627
Binary1001001010000100000011011101010010001011001111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245040; }

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

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

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

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

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

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

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

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