#254B40

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

Shades of Te Papa Green #254B40

Tints of Te Papa Green #254B40

Color information

#254B40 (or 0x254B40) is unknown color: approx Te Papa Green. HEX triplet: 25, 4B and 40. RGB value is (37,75,64). Sum of RGB (Red+Green+Blue) = 37+75+64=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #254B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B40 is #DAB4BF. Grayscale: #3E3E3E. Windows color (decimal): -14333120 or 4213541. OLE color: 4213541.

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

Color convert

RGB377564-
CMYK0.5100.150.71
HSL162.63º33.93%21.96%-
HSV(B)162.63º50.67%29.41%-
XYZ4.25.85.75-
YUV62.38128.91109.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=21.02%
G=42.61%
B=36.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3775640.5100.150.71162.6333.9321.96
Hex254B40330F47a32216
Octal45113100630171072434226
Binary100101100101110000001100110111110001111010001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,75,64); }

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

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

 a { background-color: rgb(37,75,64); }

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

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

 span { border-color: rgb(37,75,64); }

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