#264C3E

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

Shades of Te Papa Green #264C3E

Tints of Te Papa Green #264C3E

Color information

#264C3E (or 0x264C3E) is unknown color: approx Te Papa Green. HEX triplet: 26, 4C and 3E. RGB value is (38,76,62). Sum of RGB (Red+Green+Blue) = 38+76+62=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #264C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C3E is #D9B3C1. Grayscale: #3F3F3F. Windows color (decimal): -14267330 or 4082726. OLE color: 4082726.

HSL color Cylindrical-coordinate representation of color #264C3E: hue angle of 157.89º 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 #264C3E is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB387662-
CMYK0.500.180.70
HSL157.89º33.33%22.35%-
HSV(B)157.89º50%29.8%-
XYZ4.255.935.48-
YUV63.04127.41110.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 76 (30.08% from 255) = 43.18%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=21.59%
G=43.18%
B=35.23%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3876620.500.180.70157.8933.3322.35
Hex264C3E32012469e2116
Octal4611476620221062364126
Binary100110100110011111011001001001010001101001111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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