#254D3F

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

Shades of Te Papa Green #254D3F

Tints of Te Papa Green #254D3F

Color information

#254D3F (or 0x254D3F) is unknown color: approx Te Papa Green. HEX triplet: 25, 4D and 3F. RGB value is (37,77,63). Sum of RGB (Red+Green+Blue) = 37+77+63=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #254D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D3F is #DAB2C0. Grayscale: #3F3F3F. Windows color (decimal): -14332609 or 4148517. OLE color: 4148517.

HSL color Cylindrical-coordinate representation of color #254D3F: hue angle of 159º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254D3F is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB377763-
CMYK0.5200.180.70
HSL159º35.09%22.35%-
HSV(B)159º51.95%30.2%-
XYZ4.316.065.64-
YUV63.44127.75109.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 77 (30.47% from 255) = 43.50%
BLUE value IS 63 (25% from 255) = 35.59%
R=20.90%
G=43.50%
B=35.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3777630.5200.180.7015935.0922.35
Hex254D3F34012469f2316
Octal4511577640221062374326
Binary100101100110111111111010001001010001101001111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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