#26493D

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

Shades of Te Papa Green #26493D

Tints of Te Papa Green #26493D

Color information

#26493D (or 0x26493D) is unknown color: approx Te Papa Green. HEX triplet: 26, 49 and 3D. RGB value is (38,73,61). Sum of RGB (Red+Green+Blue) = 38+73+61=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #26493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26493D is #D9B6C2. Grayscale: #3D3D3D. Windows color (decimal): -14268099 or 4016422. OLE color: 4016422.

HSL color Cylindrical-coordinate representation of color #26493D: hue angle of 159.43º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #26493D is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB387361-
CMYK0.4800.160.71
HSL159.43º31.53%21.76%-
HSV(B)159.43º47.95%28.63%-
XYZ4.025.515.27-
YUV61.17127.9111.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 73 (28.91% from 255) = 42.44%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=22.09%
G=42.44%
B=35.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3873610.4800.160.71159.4331.5321.76
Hex26493D30010479f2016
Octal4611175600201072374026
Binary100110100100111110111000001000010001111001111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26493D; }

 p { color: rgb(38,73,61); }

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

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

 a { background-color: rgb(38,73,61); }

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

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

 span { border-color: rgb(38,73,61); }

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