Html Css Color HEX #215343 Te Papa Green

📋 copy color: '#215343'

red 33 ◦ green 83 ◦ blue 67

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

Shades of Te Papa Green #215343

Tints of Te Papa Green #215343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.61%

R = 18.03%
G = 45.36%
B = 36.61%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#215343 (or 0x215343) is known color: Te Papa Green. HEX triplet: 21, 53 and 43. RGB value is (33,83,67). Sum of RGB (Red+Green+Blue) = 33+83+67=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #215343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215343 is #DEACBC. Grayscale: #424242. Windows color (decimal): -14593213 or 4412193. OLE color: 4412193.

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

Color convert

RGB 33 83 67 -
CMYK 0.60 0 0.19 0.67
HSL 160.8º 0.43% 0.23% -
HSV(B) 160.8º 0.6% 0.33% -
XYZ 4.73 6.92 6.4 -
YUV 66.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 33 83 67 0.60 0 0.19 0.67 160.8 0.43 0.23
Hex 21 53 43 3C 0 13 43 A1 2B 17
Octal 41 123 103 74 0 23 103 241 53 27
Binary 100001 1010011 1000011 111100 0 10011 1000011 10100001 101011 10111

Color Harmonies of #215343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215343

Black with #215343

Text Example


Text Example

White with #215343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215343; }

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

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

background-color css

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

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

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

border-color css

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

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

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