Html Css Color HEX #215441 Te Papa Green

📋 copy color: '#215441'

red 33 ◦ green 84 ◦ blue 65

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

Shades of Te Papa Green #215441

Tints of Te Papa Green #215441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.15%

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

R = 18.13%
G = 46.15%
B = 35.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#215441 (or 0x215441) is known color: Te Papa Green. HEX triplet: 21, 54 and 41. RGB value is (33,84,65). Sum of RGB (Red+Green+Blue) = 33+84+65=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #215441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215441 is #DEABBE. Grayscale: #424242. Windows color (decimal): -14592959 or 4281377. OLE color: 4281377.

HSL color Cylindrical-coordinate representation of color #215441: hue angle of 157.65º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215441 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 84 65 -
CMYK 0.61 0 0.23 0.67
HSL 157.65º 0.44% 0.23% -
HSV(B) 157.65º 0.61% 0.33% -
XYZ 4.75 7.05 6.11 -
YUV 66.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 33 84 65 0.61 0 0.23 0.67 157.65 0.44 0.23
Hex 21 54 41 3D 0 17 43 9E 2C 17
Octal 41 124 101 75 0 27 103 236 54 27
Binary 100001 1010100 1000001 111101 0 10111 1000011 10011110 101100 10111

Color Harmonies of #215441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215441

Black with #215441

Text Example


Text Example

White with #215441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215441; }

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

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

background-color css

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

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

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

border-color css

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

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

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