#264A3C

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

Shades of Te Papa Green #264A3C

Tints of Te Papa Green #264A3C

Color information

#264A3C (or 0x264A3C) is unknown color: approx Te Papa Green. HEX triplet: 26, 4A and 3C. RGB value is (38,74,60). Sum of RGB (Red+Green+Blue) = 38+74+60=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #264A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264A3C is #D9B5C3. Grayscale: #3D3D3D. Windows color (decimal): -14267844 or 3951142. OLE color: 3951142.

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

Color convert

RGB387460-
CMYK0.4900.190.71
HSL156.67º32.14%21.96%-
HSV(B)156.67º48.65%29.02%-
XYZ4.065.645.15-
YUV61.64127.07111.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 74 (29.30% from 255) = 43.02%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=22.09%
G=43.02%
B=34.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3874600.4900.190.71156.6732.1421.96
Hex264A3C31013479d2016
Octal4611274610231072354026
Binary100110100101011110011000101001110001111001110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,74,60); }

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

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

 a { background-color: rgb(38,74,60); }

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

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

 span { border-color: rgb(38,74,60); }

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