#245045

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

Shades of Te Papa Green #245045

Tints of Te Papa Green #245045

Color information

#245045 (or 0x245045) is unknown color: approx Te Papa Green. HEX triplet: 24, 50 and 45. RGB value is (36,80,69). Sum of RGB (Red+Green+Blue) = 36+80+69=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #245045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245045 is #DBAFBA. Grayscale: #414141. Windows color (decimal): -14397371 or 4542500. OLE color: 4542500.

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

Color convert

RGB368069-
CMYK0.5500.140.69
HSL165º37.93%22.75%-
HSV(B)165º55%31.37%-
XYZ4.676.546.65-
YUV65.59129.92106.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=19.46%
G=43.24%
B=37.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680690.5500.140.6916537.9322.75
Hex245045370E45a52617
Octal44120105670161052454627
Binary100100101000010001011101110111010001011010010110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245045; }

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

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

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

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

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

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

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

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