#26503F

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

Shades of Te Papa Green #26503F

Tints of Te Papa Green #26503F

Color information

#26503F (or 0x26503F) is unknown color: approx Te Papa Green. HEX triplet: 26, 50 and 3F. RGB value is (38,80,63). Sum of RGB (Red+Green+Blue) = 38+80+63=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #26503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26503F is #D9AFC0. Grayscale: #414141. Windows color (decimal): -14266305 or 4149286. OLE color: 4149286.

HSL color Cylindrical-coordinate representation of color #26503F: hue angle of 155.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26503F is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB388063-
CMYK0.5200.210.69
HSL155.71º35.59%23.14%-
HSV(B)155.71º52.5%31.37%-
XYZ4.576.515.72-
YUV65.5126.59108.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 63 (25% from 255) = 34.81%
R=20.99%
G=44.20%
B=34.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880630.5200.210.69155.7135.5923.14
Hex26503F34015459c2417
Octal4612077640251052344427
Binary100110101000011111111010001010110001011001110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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