#22523F

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

Shades of Te Papa Green #22523F

Tints of Te Papa Green #22523F

Color information

#22523F (or 0x22523F) is unknown color: approx Te Papa Green. HEX triplet: 22, 52 and 3F. RGB value is (34,82,63). Sum of RGB (Red+Green+Blue) = 34+82+63=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #22523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22523F is #DDADC0. Grayscale: #414141. Windows color (decimal): -14527937 or 4149794. OLE color: 4149794.

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

Color convert

RGB348263-
CMYK0.5900.230.68
HSL156.25º41.38%22.75%-
HSV(B)156.25º58.54%32.16%-
XYZ4.576.735.76-
YUV65.48126.6105.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.99%
GREEN value IS 82 (32.42% from 255) = 45.81%
BLUE value IS 63 (25% from 255) = 35.20%
R=18.99%
G=45.81%
B=35.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3482630.5900.230.68156.2541.3822.75
Hex22523F3B017449c2917
Octal4212277730271042345127
Binary100010101001011111111101101011110001001001110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,82,63); }

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

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

 a { background-color: rgb(34,82,63); }

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

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

 span { border-color: rgb(34,82,63); }

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