Html Css Color HEX #215345 Te Papa Green

📋 copy color: '#215345'

red 33 ◦ green 83 ◦ blue 69

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

Shades of Te Papa Green #215345

Tints of Te Papa Green #215345

RGB

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

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

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

R = 17.84%
G = 44.86%
B = 37.3%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#215345 (or 0x215345) is known color: Te Papa Green. HEX triplet: 21, 53 and 45. RGB value is (33,83,69). Sum of RGB (Red+Green+Blue) = 33+83+69=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #215345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215345 is #DEACBA. Grayscale: #424242. Windows color (decimal): -14593211 or 4543265. OLE color: 4543265.

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

Color convert

RGB 33 83 69 -
CMYK 0.60 0 0.17 0.67
HSL 163.2º 0.43% 0.23% -
HSV(B) 163.2º 0.6% 0.33% -
XYZ 4.79 6.94 6.72 -
YUV 66.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 33 83 69 0.60 0 0.17 0.67 163.2 0.43 0.23
Hex 21 53 45 3C 0 11 43 A3 2B 17
Octal 41 123 105 74 0 21 103 243 53 27
Binary 100001 1010011 1000101 111100 0 10001 1000011 10100011 101011 10111

Color Harmonies of #215345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215345

Black with #215345

Text Example


Text Example

White with #215345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215345; }

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

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

background-color css

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

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

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

border-color css

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

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

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