#264B3D

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

Shades of Te Papa Green #264B3D

Tints of Te Papa Green #264B3D

Color information

#264B3D (or 0x264B3D) is unknown color: approx Te Papa Green. HEX triplet: 26, 4B and 3D. RGB value is (38,75,61). Sum of RGB (Red+Green+Blue) = 38+75+61=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #264B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264B3D is #D9B4C2. Grayscale: #3E3E3E. Windows color (decimal): -14267587 or 4016934. OLE color: 4016934.

HSL color Cylindrical-coordinate representation of color #264B3D: hue angle of 157.3º degrees, saturation: 0.33, 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 #264B3D is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB387561-
CMYK0.4900.190.71
HSL157.3º32.74%22.16%-
HSV(B)157.3º49.33%29.41%-
XYZ4.165.785.31-
YUV62.34127.24110.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.84%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=21.84%
G=43.10%
B=35.06%

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
Decimal3875610.4900.190.71157.332.7422.16
Hex264B3D31013479d2116
Octal4611375610231072354126
Binary100110100101111110111000101001110001111001110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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