#255043

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

Shades of Te Papa Green #255043

Tints of Te Papa Green #255043

Color information

#255043 (or 0x255043) is unknown color: approx Te Papa Green. HEX triplet: 25, 50 and 43. RGB value is (37,80,67). Sum of RGB (Red+Green+Blue) = 37+80+67=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #255043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255043 is #DAAFBC. Grayscale: #414141. Windows color (decimal): -14331837 or 4411429. OLE color: 4411429.

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

Color convert

RGB378067-
CMYK0.5400.160.69
HSL161.86º36.75%22.94%-
HSV(B)161.86º53.75%31.37%-
XYZ4.646.546.33-
YUV65.66128.75107.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 67 (26.56% from 255) = 36.41%
R=20.11%
G=43.48%
B=36.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780670.5400.160.69161.8636.7522.94
Hex2550433601045a22517
Octal45120103660201052424527
Binary1001011010000100001111011001000010001011010001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255043; }

 p { color: rgb(37,80,67); }

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

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

 a { background-color: rgb(37,80,67); }

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

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

 span { border-color: rgb(37,80,67); }

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