#245042

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

Shades of Te Papa Green #245042

Tints of Te Papa Green #245042

Color information

#245042 (or 0x245042) is unknown color: approx Te Papa Green. HEX triplet: 24, 50 and 42. RGB value is (36,80,66). Sum of RGB (Red+Green+Blue) = 36+80+66=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #245042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245042 is #DBAFBD. Grayscale: #414141. Windows color (decimal): -14397374 or 4345892. OLE color: 4345892.

HSL color Cylindrical-coordinate representation of color #245042: hue angle of 160.91º 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 #245042 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB368066-
CMYK0.5500.170.69
HSL160.91º37.93%22.75%-
HSV(B)160.91º55%31.37%-
XYZ4.586.516.17-
YUV65.25128.42107.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.78%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=19.78%
G=43.96%
B=36.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680660.5500.170.69160.9137.9322.75
Hex2450423701145a12617
Octal44120102670211052414627
Binary1001001010000100001011011101000110001011010000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245042; }

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

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

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

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

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

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

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

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