Html Css Color HEX #264C41 Te Papa Green

📋 copy color: '#264C41'

red 38 ◦ green 76 ◦ blue 65

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

Shades of Te Papa Green #264C41

Tints of Te Papa Green #264C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.46%

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

R = 21.23%
G = 42.46%
B = 36.31%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#264C41 (or 0x264C41) is known color: Te Papa Green. HEX triplet: 26, 4C and 41. RGB value is (38,76,65). Sum of RGB (Red+Green+Blue) = 38+76+65=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #264C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C41 is #D9B3BE. Grayscale: #3F3F3F. Windows color (decimal): -14267327 or 4279334. OLE color: 4279334.

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

Color convert

RGB 38 76 65 -
CMYK 0.5 0 0.14 0.70
HSL 162.63º 0.33% 0.22% -
HSV(B) 162.63º 0.5% 0.3% -
XYZ 4.34 5.96 5.92 -
YUV 63.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 38 76 65 0.5 0 0.14 0.70 162.63 0.33 0.22
Hex 26 4C 41 32 0 E 46 A3 21 16
Octal 46 114 101 62 0 16 106 243 41 26
Binary 100110 1001100 1000001 110010 0 1110 1000110 10100011 100001 10110

Color Harmonies of #264C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C41

Black with #264C41

Text Example


Text Example

White with #264C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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