#255247

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

Shades of Te Papa Green #255247

Tints of Te Papa Green #255247

Color information

#255247 (or 0x255247) is unknown color: approx Te Papa Green. HEX triplet: 25, 52 and 47. RGB value is (37,82,71). Sum of RGB (Red+Green+Blue) = 37+82+71=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #255247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255247 is #DAADB8. Grayscale: #434343. Windows color (decimal): -14331321 or 4674085. OLE color: 4674085.

HSL color Cylindrical-coordinate representation of color #255247: hue angle of 165.33º 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 #255247 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB378271-
CMYK0.5500.130.68
HSL165.33º37.82%23.33%-
HSV(B)165.33º54.88%32.16%-
XYZ4.926.887.03-
YUV67.29130.09106.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=19.47%
G=43.16%
B=37.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782710.5500.130.68165.3337.8223.33
Hex255247370D44a52617
Octal45122107670151042454627
Binary100101101001010001111101110110110001001010010110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255247; }

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

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

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

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

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

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

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

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