#225142

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

Shades of Te Papa Green #225142

Tints of Te Papa Green #225142

Color information

#225142 (or 0x225142) is unknown color: approx Te Papa Green. HEX triplet: 22, 51 and 42. RGB value is (34,81,66). Sum of RGB (Red+Green+Blue) = 34+81+66=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #225142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225142 is #DDAEBD. Grayscale: #414141. Windows color (decimal): -14528190 or 4346146. OLE color: 4346146.

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

Color convert

RGB348166-
CMYK0.5800.190.68
HSL160.85º40.87%22.55%-
HSV(B)160.85º58.02%31.76%-
XYZ4.596.626.19-
YUV65.24128.43105.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=18.78%
G=44.75%
B=36.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3481660.5800.190.68160.8540.8722.55
Hex2251423A01344a12917
Octal42121102720231042415127
Binary1000101010001100001011101001001110001001010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225142; }

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

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

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

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

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

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

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

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