#26473E

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

Shades of Te Papa Green #26473E

Tints of Te Papa Green #26473E

Color information

#26473E (or 0x26473E) is unknown color: approx Te Papa Green. HEX triplet: 26, 47 and 3E. RGB value is (38,71,62). Sum of RGB (Red+Green+Blue) = 38+71+62=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #26473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26473E is #D9B8C1. Grayscale: #3C3C3C. Windows color (decimal): -14268610 or 4081446. OLE color: 4081446.

HSL color Cylindrical-coordinate representation of color #26473E: hue angle of 163.64º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26473E is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB387162-
CMYK0.4600.130.72
HSL163.64º30.28%21.37%-
HSV(B)163.64º46.48%27.84%-
XYZ3.925.275.37-
YUV60.11129.07112.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 71 (28.12% from 255) = 41.52%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=22.22%
G=41.52%
B=36.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3871620.4600.130.72163.6430.2821.37
Hex26473E2E0D48a41e15
Octal4610776560151102443625
Binary1001101000111111110101110011011001000101001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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