#225146

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

Shades of Te Papa Green #225146

Tints of Te Papa Green #225146

Color information

#225146 (or 0x225146) is unknown color: approx Te Papa Green. HEX triplet: 22, 51 and 46. RGB value is (34,81,70). Sum of RGB (Red+Green+Blue) = 34+81+70=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #225146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225146 is #DDAEB9. Grayscale: #414141. Windows color (decimal): -14528186 or 4608290. OLE color: 4608290.

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

Color convert

RGB348170-
CMYK0.5800.140.68
HSL165.96º40.87%22.55%-
HSV(B)165.96º58.02%31.76%-
XYZ4.716.676.83-
YUV65.69130.43105.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=18.38%
G=43.78%
B=37.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3481700.5800.140.68165.9640.8722.55
Hex2251463A0E44a62917
Octal42121106720161042465127
Binary100010101000110001101110100111010001001010011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225146; }

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

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

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

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

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

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

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

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