#245345

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

Shades of Te Papa Green #245345

Tints of Te Papa Green #245345

Color information

#245345 (or 0x245345) is unknown color: approx Te Papa Green. HEX triplet: 24, 53 and 45. RGB value is (36,83,69). Sum of RGB (Red+Green+Blue) = 36+83+69=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #245345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245345 is #DBACBA. Grayscale: #434343. Windows color (decimal): -14396603 or 4543268. OLE color: 4543268.

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

Color convert

RGB368369-
CMYK0.5700.170.67
HSL162.13º39.5%23.33%-
HSV(B)162.13º56.63%32.55%-
XYZ4.896.996.72-
YUV67.35128.93105.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=19.15%
G=44.15%
B=36.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3683690.5700.170.67162.1339.523.33
Hex2453453901143a22717
Octal44123105710211032424727
Binary1001001010011100010111100101000110000111010001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245345; }

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

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

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

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

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

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

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

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