#215043

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

Shades of Te Papa Green #215043

Tints of Te Papa Green #215043

Color information

#215043 (or 0x215043) is unknown color: approx Te Papa Green. HEX triplet: 21, 50 and 43. RGB value is (33,80,67). Sum of RGB (Red+Green+Blue) = 33+80+67=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #215043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215043 is #DEAFBC. Grayscale: #404040. Windows color (decimal): -14593981 or 4411425. OLE color: 4411425.

HSL color Cylindrical-coordinate representation of color #215043: hue angle of 163.4º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215043 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB338067-
CMYK0.5900.160.69
HSL163.4º41.59%22.16%-
HSV(B)163.4º58.75%31.37%-
XYZ4.516.476.32-
YUV64.46129.43105.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=18.33%
G=44.44%
B=37.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3380670.5900.160.69163.441.5922.16
Hex2150433B01045a32a16
Octal41120103730201052435226
Binary1000011010000100001111101101000010001011010001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215043; }

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

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

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

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

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

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

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

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