Html Css Color HEX #284B42 Te Papa Green

📋 copy color: '#284B42'

red 40 ◦ green 75 ◦ blue 66

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

Shades of Te Papa Green #284B42

Tints of Te Papa Green #284B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.44%

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

R = 22.1%
G = 41.44%
B = 36.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#284B42 (or 0x284B42) is known color: Te Papa Green. HEX triplet: 28, 4B and 42. RGB value is (40,75,66). Sum of RGB (Red+Green+Blue) = 40+75+66=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 75 - color contains mainly: green. Hex color #284B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284B42 is #D7B4BD. Grayscale: #3F3F3F. Windows color (decimal): -14136510 or 4344616. OLE color: 4344616.

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

Color convert

RGB 40 75 66 -
CMYK 0.47 0 0.12 0.71
HSL 164.57º 0.3% 0.23% -
HSV(B) 164.57º 0.47% 0.29% -
XYZ 4.37 5.88 6.06 -
YUV 63.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 40 75 66 0.47 0 0.12 0.71 164.57 0.3 0.23
Hex 28 4B 42 2F 0 C 47 A5 1E 17
Octal 50 113 102 57 0 14 107 245 36 27
Binary 101000 1001011 1000010 101111 0 1100 1000111 10100101 11110 10111

Color Harmonies of #284B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284B42

Black with #284B42

Text Example


Text Example

White with #284B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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