#22503E

Color #22503E Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #22503E

Tints of Te Papa Green #22503E

Color information

#22503E (or 0x22503E) is unknown color: approx Te Papa Green. HEX triplet: 22, 50 and 3E. RGB value is (34,80,62). Sum of RGB (Red+Green+Blue) = 34+80+62=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #22503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22503E is #DDAFC1. Grayscale: #404040. Windows color (decimal): -14528450 or 4083746. OLE color: 4083746.

HSL color Cylindrical-coordinate representation of color #22503E: hue angle of 156.52º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #22503E is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB348062-
CMYK0.5800.220.69
HSL156.52º40.35%22.35%-
HSV(B)156.52º57.5%31.37%-
XYZ4.46.435.57-
YUV64.19126.76106.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.32%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=19.32%
G=45.45%
B=35.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480620.5800.220.69156.5240.3522.35
Hex22503E3A016459d2816
Octal4212076720261052355026
Binary100010101000011111011101001011010001011001110110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22503E; }

 p { color: rgb(34,80,62); }

 H1.HeaderClassName
 {
   color: #22503E;
 }
 .AnyTagClassName
 {
   color: #22503E;
 }
</style>
background-color css

<style>
 a { background-color: #22503E; }

 a { background-color: rgb(34,80,62); }

 div.DivClassName
 {
   background-color: #22503E;
 }
 .BgClassName
 {
   background-color: #22503E;
 }
</style>
border-color css

<style>
 span { border-color: #22503E; }

 span { border-color: rgb(34,80,62); }

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