#264D3F

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

Shades of Te Papa Green #264D3F

Tints of Te Papa Green #264D3F

Color information

#264D3F (or 0x264D3F) is unknown color: approx Te Papa Green. HEX triplet: 26, 4D and 3F. RGB value is (38,77,63). Sum of RGB (Red+Green+Blue) = 38+77+63=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #264D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D3F is #D9B2C0. Grayscale: #3F3F3F. Windows color (decimal): -14267073 or 4148518. OLE color: 4148518.

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

Color convert

RGB387763-
CMYK0.5100.180.70
HSL158.46º33.91%22.55%-
HSV(B)158.46º50.65%30.2%-
XYZ4.356.085.65-
YUV63.74127.58109.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 77 (30.47% from 255) = 43.26%
BLUE value IS 63 (25% from 255) = 35.39%
R=21.35%
G=43.26%
B=35.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3877630.5100.180.70158.4633.9122.55
Hex264D3F33012469e2217
Octal4611577630221062364227
Binary100110100110111111111001101001010001101001111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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