Html Css Color HEX #284D40 Te Papa Green

📋 copy color: '#284D40'

red 40 ◦ green 77 ◦ blue 64

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

Shades of Te Papa Green #284D40

Tints of Te Papa Green #284D40

RGB

 RED value IS 40 (16.02% from 255) = 22.1%

 GREEN value IS 77 (30.47% from 255) = 42.54%

 BLUE value IS 64 (25.39% from 255) = 35.36%

R = 22.1%
G = 42.54%
B = 35.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#284D40 (or 0x284D40) is known color: Te Papa Green. HEX triplet: 28, 4D and 40. RGB value is (40,77,64). Sum of RGB (Red+Green+Blue) = 40+77+64=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 77 - color contains mainly: green. Hex color #284D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284D40 is #D7B2BF. Grayscale: #404040. Windows color (decimal): -14136000 or 4214056. OLE color: 4214056.

HSL color Cylindrical-coordinate representation of color #284D40: hue angle of 158.92º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #284D40 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 77 64 -
CMYK 0.48 0 0.17 0.70
HSL 158.92º 0.32% 0.23% -
HSV(B) 158.92º 0.48% 0.3% -
XYZ 4.45 6.13 5.8 -
YUV 64.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 40 77 64 0.48 0 0.17 0.70 158.92 0.32 0.23
Hex 28 4D 40 30 0 11 46 9F 20 17
Octal 50 115 100 60 0 21 106 237 40 27
Binary 101000 1001101 1000000 110000 0 10001 1000110 10011111 100000 10111

Color Harmonies of #284D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D40

Black with #284D40

Text Example


Text Example

White with #284D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284D40; }

 p { color: rgb(40,77,64); }

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

background-color css

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

 a { background-color: rgb(40,77,64); }

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

border-color css

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

 span { border-color: rgb(40,77,64); }

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