Html Css Color HEX #21533F Te Papa Green

📋 copy color: '#21533F'

red 33 ◦ green 83 ◦ blue 63

#21533F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #21533F

Tints of Te Papa Green #21533F

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.2%

R = 18.44%
G = 46.37%
B = 35.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#21533F (or 0x21533F) is known color: 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

RGB 33 83 63 -
CMYK 0.60 0 0.24 0.67
HSL 156º 0.43% 0.23% -
HSV(B) 156º 0.6% 0.33% -
XYZ 4.62 6.87 5.79 -
YUV 65.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 33 83 63 0.60 0 0.24 0.67 156 0.43 0.23
Hex 21 53 3F 3C 0 18 43 9C 2B 17
Octal 41 123 77 74 0 30 103 234 53 27
Binary 100001 1010011 111111 111100 0 11000 1000011 10011100 101011 10111

Color Harmonies of #21533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21533F

Black with #21533F

Text Example


Text Example

White with #21533F

Text Example


Text Example

HTML Codes & Css Web 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>