Html Css Color HEX #264E41 Te Papa Green

📋 copy color: '#264E41'

red 38 ◦ green 78 ◦ blue 65

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

Shades of Te Papa Green #264E41

Tints of Te Papa Green #264E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 20.99%
G = 43.09%
B = 35.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#264E41 (or 0x264E41) is known color: Te Papa Green. HEX triplet: 26, 4E and 41. RGB value is (38,78,65). Sum of RGB (Red+Green+Blue) = 38+78+65=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 78 - color contains mainly: green. Hex color #264E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264E41 is #D9B1BE. Grayscale: #404040. Windows color (decimal): -14266815 or 4279846. OLE color: 4279846.

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

Color convert

RGB 38 78 65 -
CMYK 0.51 0 0.17 0.69
HSL 160.5º 0.34% 0.23% -
HSV(B) 160.5º 0.51% 0.31% -
XYZ 4.48 6.24 5.97 -
YUV 64.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 38 78 65 0.51 0 0.17 0.69 160.5 0.34 0.23
Hex 26 4E 41 33 0 11 45 A0 22 17
Octal 46 116 101 63 0 21 105 240 42 27
Binary 100110 1001110 1000001 110011 0 10001 1000101 10100000 100010 10111

Color Harmonies of #264E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264E41

Black with #264E41

Text Example


Text Example

White with #264E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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