Html Css Color HEX #21523F Te Papa Green

📋 copy color: '#21523F'

red 33 ◦ green 82 ◦ blue 63

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

Shades of Te Papa Green #21523F

Tints of Te Papa Green #21523F

RGB

 RED value IS 33 (13.28% from 255) = 18.54%

 GREEN value IS 82 (32.42% from 255) = 46.07%

 BLUE value IS 63 (25% from 255) = 35.39%

R = 18.54%
G = 46.07%
B = 35.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#21523F (or 0x21523F) is known color: Te Papa Green. HEX triplet: 21, 52 and 3F. RGB value is (33,82,63). Sum of RGB (Red+Green+Blue) = 33+82+63=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #21523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21523F is #DEADC0. Grayscale: #414141. Windows color (decimal): -14593473 or 4149793. OLE color: 4149793.

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

Color convert

RGB 33 82 63 -
CMYK 0.60 0 0.23 0.68
HSL 156.73º 0.43% 0.23% -
HSV(B) 156.73º 0.6% 0.32% -
XYZ 4.54 6.72 5.76 -
YUV 65.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 33 82 63 0.60 0 0.23 0.68 156.73 0.43 0.23
Hex 21 52 3F 3C 0 17 44 9D 2B 17
Octal 41 122 77 74 0 27 104 235 53 27
Binary 100001 1010010 111111 111100 0 10111 1000100 10011101 101011 10111

Color Harmonies of #21523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21523F

Black with #21523F

Text Example


Text Example

White with #21523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21523F;
 }
 .AnyTagClassName
 {
   color: #21523F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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