#225045

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

Shades of Te Papa Green #225045

Tints of Te Papa Green #225045

Color information

#225045 (or 0x225045) is unknown color: approx Te Papa Green. HEX triplet: 22, 50 and 45. RGB value is (34,80,69). Sum of RGB (Red+Green+Blue) = 34+80+69=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #225045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225045 is #DDAFBA. Grayscale: #404040. Windows color (decimal): -14528443 or 4542498. OLE color: 4542498.

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

Color convert

RGB348069-
CMYK0.5800.140.69
HSL165.65º40.35%22.35%-
HSV(B)165.65º57.5%31.37%-
XYZ4.66.516.64-
YUV64.99130.26105.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.58%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=18.58%
G=43.72%
B=37.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480690.5800.140.69165.6540.3522.35
Hex2250453A0E45a62816
Octal42120105720161052465026
Binary100010101000010001011110100111010001011010011010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225045; }

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

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

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

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

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

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

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

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