Html Css Color HEX #215341 Te Papa Green

📋 copy color: '#215341'

red 33 ◦ green 83 ◦ blue 65

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

Shades of Te Papa Green #215341

Tints of Te Papa Green #215341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.86%

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 18.23%
G = 45.86%
B = 35.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#215341 (or 0x215341) is known color: Te Papa Green. HEX triplet: 21, 53 and 41. RGB value is (33,83,65). Sum of RGB (Red+Green+Blue) = 33+83+65=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #215341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215341 is #DEACBE. Grayscale: #424242. Windows color (decimal): -14593215 or 4281121. OLE color: 4281121.

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

Color convert

RGB 33 83 65 -
CMYK 0.60 0 0.22 0.67
HSL 158.4º 0.43% 0.23% -
HSV(B) 158.4º 0.6% 0.33% -
XYZ 4.67 6.89 6.08 -
YUV 66 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 33 83 65 0.60 0 0.22 0.67 158.4 0.43 0.23
Hex 21 53 41 3C 0 16 43 9E 2B 17
Octal 41 123 101 74 0 26 103 236 53 27
Binary 100001 1010011 1000001 111100 0 10110 1000011 10011110 101011 10111

Color Harmonies of #215341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215341

Black with #215341

Text Example


Text Example

White with #215341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215341; }

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

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

background-color css

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

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

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

border-color css

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

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

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