Html Css Color HEX #26503F Te Papa Green

📋 copy color: '#26503F'

red 38 ◦ green 80 ◦ blue 63

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

Shades of Te Papa Green #26503F

Tints of Te Papa Green #26503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.2%

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

R = 20.99%
G = 44.2%
B = 34.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#26503F (or 0x26503F) is known color: Te Papa Green. HEX triplet: 26, 50 and 3F. RGB value is (38,80,63). Sum of RGB (Red+Green+Blue) = 38+80+63=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #26503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26503F is #D9AFC0. Grayscale: #414141. Windows color (decimal): -14266305 or 4149286. OLE color: 4149286.

HSL color Cylindrical-coordinate representation of color #26503F: hue angle of 155.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26503F is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 80 63 -
CMYK 0.52 0 0.21 0.69
HSL 155.71º 0.36% 0.23% -
HSV(B) 155.71º 0.53% 0.31% -
XYZ 4.57 6.51 5.72 -
YUV 65.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 38 80 63 0.52 0 0.21 0.69 155.71 0.36 0.23
Hex 26 50 3F 34 0 15 45 9C 24 17
Octal 46 120 77 64 0 25 105 234 44 27
Binary 100110 1010000 111111 110100 0 10101 1000101 10011100 100100 10111

Color Harmonies of #26503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26503F

Black with #26503F

Text Example


Text Example

White with #26503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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