Html Css Color HEX #215344 Te Papa Green

📋 copy color: '#215344'

red 33 ◦ green 83 ◦ blue 68

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

Shades of Te Papa Green #215344

Tints of Te Papa Green #215344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.96%

R = 17.93%
G = 45.11%
B = 36.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#215344 (or 0x215344) is known color: Te Papa Green. HEX triplet: 21, 53 and 44. RGB value is (33,83,68). Sum of RGB (Red+Green+Blue) = 33+83+68=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #215344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215344 is #DEACBB. Grayscale: #424242. Windows color (decimal): -14593212 or 4477729. OLE color: 4477729.

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

Color convert

RGB 33 83 68 -
CMYK 0.60 0 0.18 0.67
HSL 162º 0.43% 0.23% -
HSV(B) 162º 0.6% 0.33% -
XYZ 4.76 6.93 6.55 -
YUV 66.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 33 83 68 0.60 0 0.18 0.67 162 0.43 0.23
Hex 21 53 44 3C 0 12 43 A2 2B 17
Octal 41 123 104 74 0 22 103 242 53 27
Binary 100001 1010011 1000100 111100 0 10010 1000011 10100010 101011 10111

Color Harmonies of #215344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215344

Black with #215344

Text Example


Text Example

White with #215344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215344; }

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

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

background-color css

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

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

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

border-color css

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

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

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