#25503F

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

Shades of Te Papa Green #25503F

Tints of Te Papa Green #25503F

Color information

#25503F (or 0x25503F) is unknown color: approx Te Papa Green. HEX triplet: 25, 50 and 3F. RGB value is (37,80,63). Sum of RGB (Red+Green+Blue) = 37+80+63=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #25503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25503F is #DAAFC0. Grayscale: #414141. Windows color (decimal): -14331841 or 4149285. OLE color: 4149285.

HSL color Cylindrical-coordinate representation of color #25503F: hue angle of 156.28º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25503F is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB378063-
CMYK0.5400.210.69
HSL156.28º36.75%22.94%-
HSV(B)156.28º53.75%31.37%-
XYZ4.536.495.72-
YUV65.2126.75107.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 63 (25% from 255) = 35%
R=20.56%
G=44.44%
B=35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780630.5400.210.69156.2836.7522.94
Hex25503F36015459c2517
Octal4512077660251052344527
Binary100101101000011111111011001010110001011001110010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25503F; }

 p { color: rgb(37,80,63); }

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

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

 a { background-color: rgb(37,80,63); }

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

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

 span { border-color: rgb(37,80,63); }

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