Html Css Color HEX #285442 Te Papa Green

📋 copy color: '#285442'

red 40 ◦ green 84 ◦ blue 66

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

Shades of Te Papa Green #285442

Tints of Te Papa Green #285442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

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

R = 21.05%
G = 44.21%
B = 34.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#285442 (or 0x285442) is known color: Te Papa Green. HEX triplet: 28, 54 and 42. RGB value is (40,84,66). Sum of RGB (Red+Green+Blue) = 40+84+66=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #285442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285442 is #D7ABBD. Grayscale: #444444. Windows color (decimal): -14134206 or 4346920. OLE color: 4346920.

HSL color Cylindrical-coordinate representation of color #285442: hue angle of 155.45º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #285442 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 84 66 -
CMYK 0.52 0 0.21 0.67
HSL 155.45º 0.35% 0.24% -
HSV(B) 155.45º 0.52% 0.33% -
XYZ 5.03 7.19 6.28 -
YUV 68.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 40 84 66 0.52 0 0.21 0.67 155.45 0.35 0.24
Hex 28 54 42 34 0 15 43 9B 23 18
Octal 50 124 102 64 0 25 103 233 43 30
Binary 101000 1010100 1000010 110100 0 10101 1000011 10011011 100011 11000

Color Harmonies of #285442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285442

Black with #285442

Text Example


Text Example

White with #285442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285442; }

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

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

background-color css

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

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

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

border-color css

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

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

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