#245244

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

Shades of Te Papa Green #245244

Tints of Te Papa Green #245244

Color information

#245244 (or 0x245244) is unknown color: approx Te Papa Green. HEX triplet: 24, 52 and 44. RGB value is (36,82,68). Sum of RGB (Red+Green+Blue) = 36+82+68=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #245244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245244 is #DBADBB. Grayscale: #424242. Windows color (decimal): -14396860 or 4477476. OLE color: 4477476.

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

Color convert

RGB368268-
CMYK0.5600.170.68
HSL161.74º38.98%23.14%-
HSV(B)161.74º56.1%32.16%-
XYZ4.796.836.53-
YUV66.65128.76106.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=19.35%
G=44.09%
B=36.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3682680.5600.170.68161.7438.9823.14
Hex2452443801144a22717
Octal44122104700211042424727
Binary1001001010010100010011100001000110001001010001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245244; }

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

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

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

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

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

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

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

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