Html Css Color HEX #215445 Te Papa Green

📋 copy color: '#215445'

red 33 ◦ green 84 ◦ blue 69

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

Shades of Te Papa Green #215445

Tints of Te Papa Green #215445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.1%

R = 17.74%
G = 45.16%
B = 37.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#215445 (or 0x215445) is known color: Te Papa Green. HEX triplet: 21, 54 and 45. RGB value is (33,84,69). Sum of RGB (Red+Green+Blue) = 33+84+69=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #215445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215445 is #DEABBA. Grayscale: #434343. Windows color (decimal): -14592955 or 4543521. OLE color: 4543521.

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

Color convert

RGB 33 84 69 -
CMYK 0.61 0 0.18 0.67
HSL 162.35º 0.44% 0.23% -
HSV(B) 162.35º 0.61% 0.33% -
XYZ 4.87 7.09 6.74 -
YUV 67.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 33 84 69 0.61 0 0.18 0.67 162.35 0.44 0.23
Hex 21 54 45 3D 0 12 43 A2 2C 17
Octal 41 124 105 75 0 22 103 242 54 27
Binary 100001 1010100 1000101 111101 0 10010 1000011 10100010 101100 10111

Color Harmonies of #215445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215445

Black with #215445

Text Example


Text Example

White with #215445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215445; }

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

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

background-color css

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

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

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

border-color css

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

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

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