#255140

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

Shades of Te Papa Green #255140

Tints of Te Papa Green #255140

Color information

#255140 (or 0x255140) is unknown color: approx Te Papa Green. HEX triplet: 25, 51 and 40. RGB value is (37,81,64). Sum of RGB (Red+Green+Blue) = 37+81+64=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #255140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255140 is #DAAEBF. Grayscale: #414141. Windows color (decimal): -14331584 or 4215077. OLE color: 4215077.

HSL color Cylindrical-coordinate representation of color #255140: hue angle of 156.82º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255140 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB378164-
CMYK0.5400.210.68
HSL156.82º37.29%23.14%-
HSV(B)156.82º54.32%31.76%-
XYZ4.636.655.89-
YUV65.91126.92107.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=20.33%
G=44.51%
B=35.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3781640.5400.210.68156.8237.2923.14
Hex25514036015449d2517
Octal45121100660251042354527
Binary1001011010001100000011011001010110001001001110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255140; }

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

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

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

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

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

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

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

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