#225043

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

Shades of Te Papa Green #225043

Tints of Te Papa Green #225043

Color information

#225043 (or 0x225043) is unknown color: approx Te Papa Green. HEX triplet: 22, 50 and 43. RGB value is (34,80,67). Sum of RGB (Red+Green+Blue) = 34+80+67=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #225043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225043 is #DDAFBC. Grayscale: #404040. Windows color (decimal): -14528445 or 4411426. OLE color: 4411426.

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

Color convert

RGB348067-
CMYK0.5800.160.69
HSL163.04º40.35%22.35%-
HSV(B)163.04º57.5%31.37%-
XYZ4.546.486.32-
YUV64.76129.26106.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=18.78%
G=44.20%
B=37.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480670.5800.160.69163.0440.3522.35
Hex2250433A01045a32816
Octal42120103720201052435026
Binary1000101010000100001111101001000010001011010001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225043; }

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

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

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

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

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

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

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

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