Html Css Color HEX #215143 Te Papa Green

📋 copy color: '#215143'

red 33 ◦ green 81 ◦ blue 67

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

Shades of Te Papa Green #215143

Tints of Te Papa Green #215143

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.75%

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

R = 18.23%
G = 44.75%
B = 37.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#215143 (or 0x215143) is known color: Te Papa Green. HEX triplet: 21, 51 and 43. RGB value is (33,81,67). Sum of RGB (Red+Green+Blue) = 33+81+67=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #215143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215143 is #DEAEBC. Grayscale: #414141. Windows color (decimal): -14593725 or 4411681. OLE color: 4411681.

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

Color convert

RGB 33 81 67 -
CMYK 0.59 0 0.17 0.68
HSL 162.5º 0.42% 0.22% -
HSV(B) 162.5º 0.59% 0.32% -
XYZ 4.58 6.61 6.35 -
YUV 65.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 33 81 67 0.59 0 0.17 0.68 162.5 0.42 0.22
Hex 21 51 43 3B 0 11 44 A2 2A 16
Octal 41 121 103 73 0 21 104 242 52 26
Binary 100001 1010001 1000011 111011 0 10001 1000100 10100010 101010 10110

Color Harmonies of #215143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215143

Black with #215143

Text Example


Text Example

White with #215143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215143; }

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

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

background-color css

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

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

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

border-color css

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

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

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