#22513E

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

Shades of Te Papa Green #22513E

Tints of Te Papa Green #22513E

Color information

#22513E (or 0x22513E) is unknown color: approx Te Papa Green. HEX triplet: 22, 51 and 3E. RGB value is (34,81,62). Sum of RGB (Red+Green+Blue) = 34+81+62=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #22513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22513E is #DDAEC1. Grayscale: #404040. Windows color (decimal): -14528194 or 4084002. OLE color: 4084002.

HSL color Cylindrical-coordinate representation of color #22513E: hue angle of 155.74º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #22513E is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB348162-
CMYK0.5800.230.68
HSL155.74º40.87%22.55%-
HSV(B)155.74º58.02%31.76%-
XYZ4.476.575.59-
YUV64.78126.43106.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.21%
GREEN value IS 81 (32.03% from 255) = 45.76%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=19.21%
G=45.76%
B=35.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3481620.5800.230.68155.7440.8722.55
Hex22513E3A017449c2917
Octal4212176720271042345127
Binary100010101000111111011101001011110001001001110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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