Html Css Color HEX #215242 Te Papa Green

📋 copy color: '#215242'

red 33 ◦ green 82 ◦ blue 66

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

Shades of Te Papa Green #215242

Tints of Te Papa Green #215242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 18.23%
G = 45.3%
B = 36.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#215242 (or 0x215242) is known color: Te Papa Green. HEX triplet: 21, 52 and 42. RGB value is (33,82,66). Sum of RGB (Red+Green+Blue) = 33+82+66=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #215242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215242 is #DEADBD. Grayscale: #414141. Windows color (decimal): -14593470 or 4346401. OLE color: 4346401.

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

Color convert

RGB 33 82 66 -
CMYK 0.60 0 0.20 0.68
HSL 160.41º 0.43% 0.23% -
HSV(B) 160.41º 0.6% 0.32% -
XYZ 4.63 6.75 6.21 -
YUV 65.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 33 82 66 0.60 0 0.20 0.68 160.41 0.43 0.23
Hex 21 52 42 3C 0 14 44 A0 2B 17
Octal 41 122 102 74 0 24 104 240 53 27
Binary 100001 1010010 1000010 111100 0 10100 1000100 10100000 101011 10111

Color Harmonies of #215242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215242

Black with #215242

Text Example


Text Example

White with #215242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215242; }

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

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

background-color css

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

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

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

border-color css

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

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

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