Html Css Color HEX #264E42 Te Papa Green

📋 copy color: '#264E42'

red 38 ◦ green 78 ◦ blue 66

#264E42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #264E42

Tints of Te Papa Green #264E42

RGB

 RED value IS 38 (15.23% from 255) = 20.88%

 GREEN value IS 78 (30.86% from 255) = 42.86%

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 20.88%
G = 42.86%
B = 36.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#264E42 (or 0x264E42) is known color: Te Papa Green. HEX triplet: 26, 4E and 42. RGB value is (38,78,66). Sum of RGB (Red+Green+Blue) = 38+78+66=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #264E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264E42 is #D9B1BD. Grayscale: #404040. Windows color (decimal): -14266814 or 4345382. OLE color: 4345382.

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

Color convert

RGB 38 78 66 -
CMYK 0.51 0 0.15 0.69
HSL 162º 0.34% 0.23% -
HSV(B) 162º 0.51% 0.31% -
XYZ 4.51 6.25 6.12 -
YUV 64.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 38 78 66 0.51 0 0.15 0.69 162 0.34 0.23
Hex 26 4E 42 33 0 F 45 A2 22 17
Octal 46 116 102 63 0 17 105 242 42 27
Binary 100110 1001110 1000010 110011 0 1111 1000101 10100010 100010 10111

Color Harmonies of #264E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264E42

Black with #264E42

Text Example


Text Example

White with #264E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,78,66); }

 H1.HeaderClassName
 {
   color: #264E42;
 }
 .AnyTagClassName
 {
   color: #264E42;
 }
</style>

background-color css

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

 a { background-color: rgb(38,78,66); }

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

border-color css

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

 span { border-color: rgb(38,78,66); }

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