#264E42

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

Shades of Te Papa Green #264E42

Tints of Te Papa Green #264E42

Color information

#264E42 (or 0x264E42) is unknown color: approx Te Papa Green. HEX triplet: 26, 4E and 42. RGB value is (38,78,66). Sum of RGB (Red+Green+Blue) = 38+78+66=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #264E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264E42 is #D9B1BD. Grayscale: #404040. Windows color (decimal): -14266814 or 4345382. OLE color: 4345382.

HSL color Cylindrical-coordinate representation of color #264E42: hue angle of 162º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264E42 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB387866-
CMYK0.5100.150.69
HSL162º34.48%22.75%-
HSV(B)162º51.28%30.59%-
XYZ4.516.256.12-
YUV64.67128.75108.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=20.88%
G=42.86%
B=36.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3878660.5100.150.6916234.4822.75
Hex264E42330F45a22217
Octal46116102630171052424227
Binary100110100111010000101100110111110001011010001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264E42; }

 p { color: rgb(38,78,66); }

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

<style>
 a { background-color: #264E42; }

 a { background-color: rgb(38,78,66); }

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

<style>
 span { border-color: #264E42; }

 span { border-color: rgb(38,78,66); }

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