#225243

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

Shades of Te Papa Green #225243

Tints of Te Papa Green #225243

Color information

#225243 (or 0x225243) is unknown color: approx Te Papa Green. HEX triplet: 22, 52 and 43. RGB value is (34,82,67). Sum of RGB (Red+Green+Blue) = 34+82+67=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #225243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225243 is #DDADBC. Grayscale: #414141. Windows color (decimal): -14527933 or 4411938. OLE color: 4411938.

HSL color Cylindrical-coordinate representation of color #225243: hue angle of 161.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #225243 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB348267-
CMYK0.5900.180.68
HSL161.25º41.38%22.75%-
HSV(B)161.25º58.54%32.16%-
XYZ4.696.786.37-
YUV65.94128.6105.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.58%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=18.58%
G=44.81%
B=36.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3482670.5900.180.68161.2541.3822.75
Hex2252433B01244a12917
Octal42122103730221042415127
Binary1000101010010100001111101101001010001001010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225243; }

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

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

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

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

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

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

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

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