#215243

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

Shades of Te Papa Green #215243

Tints of Te Papa Green #215243

Color information

#215243 (or 0x215243) is unknown color: approx Te Papa Green. HEX triplet: 21, 52 and 43. RGB value is (33,82,67). Sum of RGB (Red+Green+Blue) = 33+82+67=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #215243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215243 is #DEADBC. Grayscale: #414141. Windows color (decimal): -14593469 or 4411937. OLE color: 4411937.

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

Color convert

RGB338267-
CMYK0.6000.180.68
HSL161.63º42.61%22.55%-
HSV(B)161.63º59.76%32.16%-
XYZ4.666.766.37-
YUV65.64128.77104.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=18.13%
G=45.05%
B=36.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3382670.6000.180.68161.6342.6122.55
Hex2152433C01244a22b17
Octal41122103740221042425327
Binary1000011010010100001111110001001010001001010001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215243; }

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

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

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

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

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

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

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

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