#245044

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

Shades of Te Papa Green #245044

Tints of Te Papa Green #245044

Color information

#245044 (or 0x245044) is unknown color: approx Te Papa Green. HEX triplet: 24, 50 and 44. RGB value is (36,80,68). Sum of RGB (Red+Green+Blue) = 36+80+68=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #245044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245044 is #DBAFBB. Grayscale: #414141. Windows color (decimal): -14397372 or 4476964. OLE color: 4476964.

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

Color convert

RGB368068-
CMYK0.5500.150.69
HSL163.64º37.93%22.75%-
HSV(B)163.64º55%31.37%-
XYZ4.646.536.48-
YUV65.48129.42106.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.57%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=19.57%
G=43.48%
B=36.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680680.5500.150.69163.6437.9322.75
Hex245044370F45a42617
Octal44120104670171052444627
Binary100100101000010001001101110111110001011010010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245044; }

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

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

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

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

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

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

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

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