#225145

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

Shades of Te Papa Green #225145

Tints of Te Papa Green #225145

Color information

#225145 (or 0x225145) is unknown color: approx Te Papa Green. HEX triplet: 22, 51 and 45. RGB value is (34,81,69). Sum of RGB (Red+Green+Blue) = 34+81+69=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #225145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225145 is #DDAEBA. Grayscale: #414141. Windows color (decimal): -14528187 or 4542754. OLE color: 4542754.

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

Color convert

RGB348169-
CMYK0.5800.150.68
HSL164.68º40.87%22.55%-
HSV(B)164.68º58.02%31.76%-
XYZ4.686.656.67-
YUV65.58129.93105.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.48%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 69 (27.34% from 255) = 37.5%
R=18.48%
G=44.02%
B=37.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3481690.5800.150.68164.6840.8722.55
Hex2251453A0F44a52917
Octal42121105720171042455127
Binary100010101000110001011110100111110001001010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225145; }

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

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

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

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

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

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

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

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