Html Css Color HEX #26493F Te Papa Green

📋 copy color: '#26493F'

red 38 ◦ green 73 ◦ blue 63

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

Shades of Te Papa Green #26493F

Tints of Te Papa Green #26493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.95%

 BLUE value IS 63 (25% from 255) = 36.21%

R = 21.84%
G = 41.95%
B = 36.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#26493F (or 0x26493F) is known color: Te Papa Green. HEX triplet: 26, 49 and 3F. RGB value is (38,73,63). Sum of RGB (Red+Green+Blue) = 38+73+63=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #26493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26493F is #D9B6C0. Grayscale: #3D3D3D. Windows color (decimal): -14268097 or 4147494. OLE color: 4147494.

HSL color Cylindrical-coordinate representation of color #26493F: hue angle of 162.86º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #26493F is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 73 63 -
CMYK 0.48 0 0.14 0.71
HSL 162.86º 0.32% 0.22% -
HSV(B) 162.86º 0.48% 0.29% -
XYZ 4.08 5.54 5.56 -
YUV 61.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 38 73 63 0.48 0 0.14 0.71 162.86 0.32 0.22
Hex 26 49 3F 30 0 E 47 A3 20 16
Octal 46 111 77 60 0 16 107 243 40 26
Binary 100110 1001001 111111 110000 0 1110 1000111 10100011 100000 10110

Color Harmonies of #26493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26493F

Black with #26493F

Text Example


Text Example

White with #26493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26493F; }

 p { color: rgb(38,73,63); }

 H1.HeaderClassName
 {
   color: #26493F;
 }
 .AnyTagClassName
 {
   color: #26493F;
 }
</style>

background-color css

<style>
 a { background-color: #26493F; }

 a { background-color: rgb(38,73,63); }

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

border-color css

<style>
 span { border-color: #26493F; }

 span { border-color: rgb(38,73,63); }

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