Html Css Color HEX #215043 Te Papa Green

📋 copy color: '#215043'

red 33 ◦ green 80 ◦ blue 67

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

Shades of Te Papa Green #215043

Tints of Te Papa Green #215043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.44%

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

R = 18.33%
G = 44.44%
B = 37.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#215043 (or 0x215043) is known color: Te Papa Green. HEX triplet: 21, 50 and 43. RGB value is (33,80,67). Sum of RGB (Red+Green+Blue) = 33+80+67=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #215043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215043 is #DEAFBC. Grayscale: #404040. Windows color (decimal): -14593981 or 4411425. OLE color: 4411425.

HSL color Cylindrical-coordinate representation of color #215043: hue angle of 163.4º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215043 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 80 67 -
CMYK 0.59 0 0.16 0.69
HSL 163.4º 0.42% 0.22% -
HSV(B) 163.4º 0.59% 0.31% -
XYZ 4.51 6.47 6.32 -
YUV 64.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 33 80 67 0.59 0 0.16 0.69 163.4 0.42 0.22
Hex 21 50 43 3B 0 10 45 A3 2A 16
Octal 41 120 103 73 0 20 105 243 52 26
Binary 100001 1010000 1000011 111011 0 10000 1000101 10100011 101010 10110

Color Harmonies of #215043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215043

Black with #215043

Text Example


Text Example

White with #215043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215043; }

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

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

background-color css

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

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

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

border-color css

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

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

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