#245441

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

Shades of Te Papa Green #245441

Tints of Te Papa Green #245441

Color information

#245441 (or 0x245441) is unknown color: approx Te Papa Green. HEX triplet: 24, 54 and 41. RGB value is (36,84,65). Sum of RGB (Red+Green+Blue) = 36+84+65=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #245441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245441 is #DBABBE. Grayscale: #434343. Windows color (decimal): -14396351 or 4281380. OLE color: 4281380.

HSL color Cylindrical-coordinate representation of color #245441: hue angle of 156.25º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245441 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB368465-
CMYK0.5700.230.67
HSL156.25º40%23.53%-
HSV(B)156.25º57.14%32.94%-
XYZ4.857.16.12-
YUV67.48126.6105.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 65 (25.78% from 255) = 35.14%
R=19.46%
G=45.41%
B=35.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3684650.5700.230.67156.254023.53
Hex24544139017439c2818
Octal44124101710271032345030
Binary1001001010100100000111100101011110000111001110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245441; }

 p { color: rgb(36,84,65); }

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

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

 a { background-color: rgb(36,84,65); }

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

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

 span { border-color: rgb(36,84,65); }

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