#255245

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

Shades of Te Papa Green #255245

Tints of Te Papa Green #255245

Color information

#255245 (or 0x255245) is unknown color: approx Te Papa Green. HEX triplet: 25, 52 and 45. RGB value is (37,82,69). Sum of RGB (Red+Green+Blue) = 37+82+69=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #255245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255245 is #DAADBA. Grayscale: #434343. Windows color (decimal): -14331323 or 4543013. OLE color: 4543013.

HSL color Cylindrical-coordinate representation of color #255245: hue angle of 162.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255245 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB378269-
CMYK0.5500.160.68
HSL162.67º37.82%23.33%-
HSV(B)162.67º54.88%32.16%-
XYZ4.856.866.7-
YUV67.06129.09106.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=19.68%
G=43.62%
B=36.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782690.5500.160.68162.6737.8223.33
Hex2552453701044a32617
Octal45122105670201042434627
Binary1001011010010100010111011101000010001001010001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255245; }

 p { color: rgb(37,82,69); }

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

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

 a { background-color: rgb(37,82,69); }

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

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

 span { border-color: rgb(37,82,69); }

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