#25503D

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

Shades of Te Papa Green #25503D

Tints of Te Papa Green #25503D

Color information

#25503D (or 0x25503D) is unknown color: approx Te Papa Green. HEX triplet: 25, 50 and 3D. RGB value is (37,80,61). Sum of RGB (Red+Green+Blue) = 37+80+61=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #25503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25503D is #DAAFC2. Grayscale: #414141. Windows color (decimal): -14331843 or 4018213. OLE color: 4018213.

HSL color Cylindrical-coordinate representation of color #25503D: hue angle of 153.49º 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 #25503D is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB378061-
CMYK0.5400.240.69
HSL153.49º36.75%22.94%-
HSV(B)153.49º53.75%31.37%-
XYZ4.476.475.43-
YUV64.98125.75108.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=20.79%
G=44.94%
B=34.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780610.5400.240.69153.4936.7522.94
Hex25503D3601845992517
Octal4512075660301052314527
Binary100101101000011110111011001100010001011001100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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