#21533F

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

Shades of Te Papa Green #21533F

Tints of Te Papa Green #21533F

Color information

#21533F (or 0x21533F) is unknown color: approx Te Papa Green. HEX triplet: 21, 53 and 3F. RGB value is (33,83,63). Sum of RGB (Red+Green+Blue) = 33+83+63=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #21533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21533F is #DEACC0. Grayscale: #414141. Windows color (decimal): -14593217 or 4150049. OLE color: 4150049.

HSL color Cylindrical-coordinate representation of color #21533F: hue angle of 156º 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 #21533F is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB338363-
CMYK0.6000.240.67
HSL156º43.1%22.75%-
HSV(B)156º60.24%32.55%-
XYZ4.626.875.79-
YUV65.77126.44104.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 83 (32.81% from 255) = 46.37%
BLUE value IS 63 (25% from 255) = 35.20%
R=18.44%
G=46.37%
B=35.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3383630.6000.240.6715643.122.75
Hex21533F3C018439c2b17
Octal4112377740301032345327
Binary100001101001111111111110001100010000111001110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21533F; }

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

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

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

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

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

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

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

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