#215343

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

Shades of Te Papa Green #215343

Tints of Te Papa Green #215343

Color information

#215343 (or 0x215343) is unknown color: approx Te Papa Green. HEX triplet: 21, 53 and 43. RGB value is (33,83,67). Sum of RGB (Red+Green+Blue) = 33+83+67=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #215343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215343 is #DEACBC. Grayscale: #424242. Windows color (decimal): -14593213 or 4412193. OLE color: 4412193.

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

Color convert

RGB338367-
CMYK0.6000.190.67
HSL160.8º43.1%22.75%-
HSV(B)160.8º60.24%32.55%-
XYZ4.736.926.4-
YUV66.23128.44104.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=18.03%
G=45.36%
B=36.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3383670.6000.190.67160.843.122.75
Hex2153433C01343a12b17
Octal41123103740231032415327
Binary1000011010011100001111110001001110000111010000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215343; }

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

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

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

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

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

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

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

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