#264C3D

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

Shades of Te Papa Green #264C3D

Tints of Te Papa Green #264C3D

Color information

#264C3D (or 0x264C3D) is unknown color: approx Te Papa Green. HEX triplet: 26, 4C and 3D. RGB value is (38,76,61). Sum of RGB (Red+Green+Blue) = 38+76+61=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #264C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C3D is #D9B3C2. Grayscale: #3E3E3E. Windows color (decimal): -14267331 or 4017190. OLE color: 4017190.

HSL color Cylindrical-coordinate representation of color #264C3D: hue angle of 156.32º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C3D is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB387661-
CMYK0.500.200.70
HSL156.32º33.33%22.35%-
HSV(B)156.32º50%29.8%-
XYZ4.235.925.33-
YUV62.93126.91110.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 76 (30.08% from 255) = 43.43%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=21.71%
G=43.43%
B=34.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3876610.500.200.70156.3233.3322.35
Hex264C3D32014469c2116
Octal4611475620241062344126
Binary100110100110011110111001001010010001101001110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,76,61); }

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

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

 a { background-color: rgb(38,76,61); }

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

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

 span { border-color: rgb(38,76,61); }

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