#254A3C

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

Shades of Te Papa Green #254A3C

Tints of Te Papa Green #254A3C

Color information

#254A3C (or 0x254A3C) is unknown color: approx Te Papa Green. HEX triplet: 25, 4A and 3C. RGB value is (37,74,60). Sum of RGB (Red+Green+Blue) = 37+74+60=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 74 - color contains mainly: green. Hex color #254A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A3C is #DAB5C3. Grayscale: #3D3D3D. Windows color (decimal): -14333380 or 3951141. OLE color: 3951141.

HSL color Cylindrical-coordinate representation of color #254A3C: hue angle of 157.3º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254A3C is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB377460-
CMYK0.5000.190.71
HSL157.3º33.33%21.76%-
HSV(B)157.3º50%29.02%-
XYZ4.035.625.15-
YUV61.34127.24110.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 74 (29.30% from 255) = 43.27%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=21.64%
G=43.27%
B=35.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3774600.5000.190.71157.333.3321.76
Hex254A3C32013479d2116
Octal4511274620231072354126
Binary100101100101011110011001001001110001111001110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254A3C; }

 p { color: rgb(37,74,60); }

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

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

 a { background-color: rgb(37,74,60); }

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

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

 span { border-color: rgb(37,74,60); }

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