#26513E

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

Shades of Te Papa Green #26513E

Tints of Te Papa Green #26513E

Color information

#26513E (or 0x26513E) is unknown color: approx Te Papa Green. HEX triplet: 26, 51 and 3E. RGB value is (38,81,62). Sum of RGB (Red+Green+Blue) = 38+81+62=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #26513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26513E is #D9AEC1. Grayscale: #424242. Windows color (decimal): -14266050 or 4084006. OLE color: 4084006.

HSL color Cylindrical-coordinate representation of color #26513E: hue angle of 153.49º 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 #26513E is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB388162-
CMYK0.5300.230.68
HSL153.49º36.13%23.33%-
HSV(B)153.49º53.09%31.76%-
XYZ4.616.645.6-
YUV65.98125.75108.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=20.99%
G=44.75%
B=34.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881620.5300.230.68153.4936.1323.33
Hex26513E3501744992417
Octal4612176650271042314427
Binary100110101000111111011010101011110001001001100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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