Html Css Color HEX #284C42 Te Papa Green

📋 copy color: '#284C42'

red 40 ◦ green 76 ◦ blue 66

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

Shades of Te Papa Green #284C42

Tints of Te Papa Green #284C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 21.98%
G = 41.76%
B = 36.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#284C42 (or 0x284C42) is known color: Te Papa Green. HEX triplet: 28, 4C and 42. RGB value is (40,76,66). Sum of RGB (Red+Green+Blue) = 40+76+66=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #284C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284C42 is #D7B3BD. Grayscale: #404040. Windows color (decimal): -14136254 or 4344872. OLE color: 4344872.

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

Color convert

RGB 40 76 66 -
CMYK 0.47 0 0.13 0.70
HSL 163.33º 0.31% 0.23% -
HSV(B) 163.33º 0.47% 0.3% -
XYZ 4.44 6.01 6.08 -
YUV 64.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 40 76 66 0.47 0 0.13 0.70 163.33 0.31 0.23
Hex 28 4C 42 2F 0 D 46 A3 1F 17
Octal 50 114 102 57 0 15 106 243 37 27
Binary 101000 1001100 1000010 101111 0 1101 1000110 10100011 11111 10111

Color Harmonies of #284C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C42

Black with #284C42

Text Example


Text Example

White with #284C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,76,66); }

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

background-color css

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

 a { background-color: rgb(40,76,66); }

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

border-color css

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

 span { border-color: rgb(40,76,66); }

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