Html Css Color HEX #284A41 Te Papa Green

📋 copy color: '#284A41'

red 40 ◦ green 74 ◦ blue 65

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

Shades of Te Papa Green #284A41

Tints of Te Papa Green #284A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.34%

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 22.35%
G = 41.34%
B = 36.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#284A41 (or 0x284A41) is known color: Te Papa Green. HEX triplet: 28, 4A and 41. RGB value is (40,74,65). Sum of RGB (Red+Green+Blue) = 40+74+65=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 74 - color contains mainly: green. Hex color #284A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A41 is #D7B5BE. Grayscale: #3E3E3E. Windows color (decimal): -14136767 or 4278824. OLE color: 4278824.

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

Color convert

RGB 40 74 65 -
CMYK 0.46 0 0.12 0.71
HSL 164.12º 0.3% 0.22% -
HSV(B) 164.12º 0.46% 0.29% -
XYZ 4.28 5.73 5.88 -
YUV 62.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 40 74 65 0.46 0 0.12 0.71 164.12 0.3 0.22
Hex 28 4A 41 2E 0 C 47 A4 1E 16
Octal 50 112 101 56 0 14 107 244 36 26
Binary 101000 1001010 1000001 101110 0 1100 1000111 10100100 11110 10110

Color Harmonies of #284A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A41

Black with #284A41

Text Example


Text Example

White with #284A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,74,65); }

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

background-color css

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

 a { background-color: rgb(40,74,65); }

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

border-color css

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

 span { border-color: rgb(40,74,65); }

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