Html Css Color HEX #264D3E Te Papa Green

📋 copy color: '#264D3E'

red 38 ◦ green 77 ◦ blue 62

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

Shades of Te Papa Green #264D3E

Tints of Te Papa Green #264D3E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.5%

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 21.47%
G = 43.5%
B = 35.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#264D3E (or 0x264D3E) is known color: Te Papa Green. HEX triplet: 26, 4D and 3E. RGB value is (38,77,62). Sum of RGB (Red+Green+Blue) = 38+77+62=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #264D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D3E is #D9B2C1. Grayscale: #3F3F3F. Windows color (decimal): -14267074 or 4082982. OLE color: 4082982.

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

Color convert

RGB 38 77 62 -
CMYK 0.51 0 0.19 0.70
HSL 156.92º 0.34% 0.23% -
HSV(B) 156.92º 0.51% 0.3% -
XYZ 4.32 6.07 5.5 -
YUV 63.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 38 77 62 0.51 0 0.19 0.70 156.92 0.34 0.23
Hex 26 4D 3E 33 0 13 46 9D 22 17
Octal 46 115 76 63 0 23 106 235 42 27
Binary 100110 1001101 111110 110011 0 10011 1000110 10011101 100010 10111

Color Harmonies of #264D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264D3E

Black with #264D3E

Text Example


Text Example

White with #264D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,77,62); }

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

background-color css

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

 a { background-color: rgb(38,77,62); }

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

border-color css

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

 span { border-color: rgb(38,77,62); }

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