#22503D

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

Shades of Te Papa Green #22503D

Tints of Te Papa Green #22503D

Color information

#22503D (or 0x22503D) is unknown color: approx Te Papa Green. HEX triplet: 22, 50 and 3D. RGB value is (34,80,61). Sum of RGB (Red+Green+Blue) = 34+80+61=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #22503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22503D is #DDAFC2. Grayscale: #404040. Windows color (decimal): -14528451 or 4018210. OLE color: 4018210.

HSL color Cylindrical-coordinate representation of color #22503D: hue angle of 155.22º 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 #22503D is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB348061-
CMYK0.5800.240.69
HSL155.22º40.35%22.35%-
HSV(B)155.22º57.5%31.37%-
XYZ4.376.415.42-
YUV64.08126.26106.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.43%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=19.43%
G=45.71%
B=34.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480610.5800.240.69155.2240.3522.35
Hex22503D3A018459b2816
Octal4212075720301052335026
Binary100010101000011110111101001100010001011001101110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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