#26513F

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

Shades of Te Papa Green #26513F

Tints of Te Papa Green #26513F

Color information

#26513F (or 0x26513F) is unknown color: approx Te Papa Green. HEX triplet: 26, 51 and 3F. RGB value is (38,81,63). Sum of RGB (Red+Green+Blue) = 38+81+63=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #26513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26513F is #D9AEC0. Grayscale: #424242. Windows color (decimal): -14266049 or 4149542. OLE color: 4149542.

HSL color Cylindrical-coordinate representation of color #26513F: hue angle of 154.88º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26513F is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB388163-
CMYK0.5300.220.68
HSL154.88º36.13%23.33%-
HSV(B)154.88º53.09%31.76%-
XYZ4.646.665.74-
YUV66.09126.25107.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 63 (25% from 255) = 34.62%
R=20.88%
G=44.51%
B=34.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881630.5300.220.68154.8836.1323.33
Hex26513F35016449b2417
Octal4612177650261042334427
Binary100110101000111111111010101011010001001001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26513F; }

 p { color: rgb(38,81,63); }

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

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

 a { background-color: rgb(38,81,63); }

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

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

 span { border-color: rgb(38,81,63); }

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