#25493E

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

Shades of Te Papa Green #25493E

Tints of Te Papa Green #25493E

Color information

#25493E (or 0x25493E) is unknown color: approx Te Papa Green. HEX triplet: 25, 49 and 3E. RGB value is (37,73,62). Sum of RGB (Red+Green+Blue) = 37+73+62=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #25493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25493E is #DAB6C1. Grayscale: #3C3C3C. Windows color (decimal): -14333634 or 4081957. OLE color: 4081957.

HSL color Cylindrical-coordinate representation of color #25493E: hue angle of 161.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25493E is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB377362-
CMYK0.4900.150.71
HSL161.67º32.73%21.57%-
HSV(B)161.67º49.32%28.63%-
XYZ4.015.515.41-
YUV60.98128.57110.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 73 (28.91% from 255) = 42.44%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=21.51%
G=42.44%
B=36.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3773620.4900.150.71161.6732.7321.57
Hex25493E310F47a22116
Octal4511176610171072424126
Binary10010110010011111101100010111110001111010001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25493E; }

 p { color: rgb(37,73,62); }

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

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

 a { background-color: rgb(37,73,62); }

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

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

 span { border-color: rgb(37,73,62); }

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