#264F45

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

Shades of Te Papa Green #264F45

Tints of Te Papa Green #264F45

Color information

#264F45 (or 0x264F45) is unknown color: approx Te Papa Green. HEX triplet: 26, 4F and 45. RGB value is (38,79,69). Sum of RGB (Red+Green+Blue) = 38+79+69=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #264F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264F45 is #D9B0BA. Grayscale: #414141. Windows color (decimal): -14266555 or 4542246. OLE color: 4542246.

HSL color Cylindrical-coordinate representation of color #264F45: hue angle of 165.37º degrees, saturation: 0.35, 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 #264F45 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB387969-
CMYK0.5200.130.69
HSL165.37º35.04%22.94%-
HSV(B)165.37º51.9%30.98%-
XYZ4.676.436.63-
YUV65.6129.92108.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 69 (27.34% from 255) = 37.10%
R=20.43%
G=42.47%
B=37.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3879690.5200.130.69165.3735.0422.94
Hex264F45340D45a52317
Octal46117105640151052454327
Binary100110100111110001011101000110110001011010010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,79,69); }

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

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

 a { background-color: rgb(38,79,69); }

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

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

 span { border-color: rgb(38,79,69); }

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