Html Css Color HEX #264E43 Te Papa Green

📋 copy color: '#264E43'

red 38 ◦ green 78 ◦ blue 67

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

Shades of Te Papa Green #264E43

Tints of Te Papa Green #264E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.61%

R = 20.77%
G = 42.62%
B = 36.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#264E43 (or 0x264E43) is known color: Te Papa Green. HEX triplet: 26, 4E and 43. RGB value is (38,78,67). Sum of RGB (Red+Green+Blue) = 38+78+67=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #264E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264E43 is #D9B1BC. Grayscale: #404040. Windows color (decimal): -14266813 or 4410918. OLE color: 4410918.

HSL color Cylindrical-coordinate representation of color #264E43: hue angle of 163.5º 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 #264E43 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 78 67 -
CMYK 0.51 0 0.14 0.69
HSL 163.5º 0.34% 0.23% -
HSV(B) 163.5º 0.51% 0.31% -
XYZ 4.54 6.27 6.28 -
YUV 64.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 38 78 67 0.51 0 0.14 0.69 163.5 0.34 0.23
Hex 26 4E 43 33 0 E 45 A4 22 17
Octal 46 116 103 63 0 16 105 244 42 27
Binary 100110 1001110 1000011 110011 0 1110 1000101 10100100 100010 10111

Color Harmonies of #264E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264E43

Black with #264E43

Text Example


Text Example

White with #264E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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