#255144

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

Shades of Te Papa Green #255144

Tints of Te Papa Green #255144

Color information

#255144 (or 0x255144) is unknown color: approx Te Papa Green. HEX triplet: 25, 51 and 44. RGB value is (37,81,68). Sum of RGB (Red+Green+Blue) = 37+81+68=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #255144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255144 is #DAAEBB. Grayscale: #424242. Windows color (decimal): -14331580 or 4477221. OLE color: 4477221.

HSL color Cylindrical-coordinate representation of color #255144: hue angle of 162.27º 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 #255144 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB378168-
CMYK0.5400.160.68
HSL162.27º37.29%23.14%-
HSV(B)162.27º54.32%31.76%-
XYZ4.756.76.51-
YUV66.36128.92107.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=19.89%
G=43.55%
B=36.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3781680.5400.160.68162.2737.2923.14
Hex2551443601044a22517
Octal45121104660201042424527
Binary1001011010001100010011011001000010001001010001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255144; }

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

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

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

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

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

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

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

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