Html Css Color HEX #21513E Te Papa Green

📋 copy color: '#21513E'

red 33 ◦ green 81 ◦ blue 62

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

Shades of Te Papa Green #21513E

Tints of Te Papa Green #21513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.02%

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 18.75%
G = 46.02%
B = 35.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#21513E (or 0x21513E) is known color: Te Papa Green. HEX triplet: 21, 51 and 3E. RGB value is (33,81,62). Sum of RGB (Red+Green+Blue) = 33+81+62=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #21513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21513E is #DEAEC1. Grayscale: #404040. Windows color (decimal): -14593730 or 4084001. OLE color: 4084001.

HSL color Cylindrical-coordinate representation of color #21513E: hue angle of 156.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21513E is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 81 62 -
CMYK 0.59 0 0.23 0.68
HSL 156.25º 0.42% 0.22% -
HSV(B) 156.25º 0.59% 0.32% -
XYZ 4.44 6.56 5.59 -
YUV 64.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 33 81 62 0.59 0 0.23 0.68 156.25 0.42 0.22
Hex 21 51 3E 3B 0 17 44 9C 2A 16
Octal 41 121 76 73 0 27 104 234 52 26
Binary 100001 1010001 111110 111011 0 10111 1000100 10011100 101010 10110

Color Harmonies of #21513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21513E

Black with #21513E

Text Example


Text Example

White with #21513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21513E; }

 p { color: rgb(33,81,62); }

 H1.HeaderClassName
 {
   color: #21513E;
 }
 .AnyTagClassName
 {
   color: #21513E;
 }
</style>

background-color css

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

 a { background-color: rgb(33,81,62); }

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

border-color css

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

 span { border-color: rgb(33,81,62); }

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