#245145

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

Shades of Te Papa Green #245145

Tints of Te Papa Green #245145

Color information

#245145 (or 0x245145) is unknown color: approx Te Papa Green. HEX triplet: 24, 51 and 45. RGB value is (36,81,69). Sum of RGB (Red+Green+Blue) = 36+81+69=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #245145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245145 is #DBAEBA. Grayscale: #424242. Windows color (decimal): -14397115 or 4542756. OLE color: 4542756.

HSL color Cylindrical-coordinate representation of color #245145: hue angle of 164º degrees, saturation: 0.38, 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 #245145 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB368169-
CMYK0.5600.150.68
HSL164º38.46%22.94%-
HSV(B)164º55.56%31.76%-
XYZ4.746.696.67-
YUV66.18129.59106.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 69 (27.34% from 255) = 37.10%
R=19.35%
G=43.55%
B=37.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3681690.5600.150.6816438.4622.94
Hex245145380F44a42617
Octal44121105700171042444627
Binary100100101000110001011110000111110001001010010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245145; }

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

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

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

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

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

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

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

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