Html Css Color HEX #285445 Te Papa Green

📋 copy color: '#285445'

red 40 ◦ green 84 ◦ blue 69

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

Shades of Te Papa Green #285445

Tints of Te Papa Green #285445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.75%

R = 20.73%
G = 43.52%
B = 35.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#285445 (or 0x285445) is known color: Te Papa Green. HEX triplet: 28, 54 and 45. RGB value is (40,84,69). Sum of RGB (Red+Green+Blue) = 40+84+69=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #285445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285445 is #D7ABBA. Grayscale: #454545. Windows color (decimal): -14134203 or 4543528. OLE color: 4543528.

HSL color Cylindrical-coordinate representation of color #285445: hue angle of 159.55º 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 #285445 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 84 69 -
CMYK 0.52 0 0.18 0.67
HSL 159.55º 0.35% 0.24% -
HSV(B) 159.55º 0.52% 0.33% -
XYZ 5.12 7.22 6.75 -
YUV 69.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 40 84 69 0.52 0 0.18 0.67 159.55 0.35 0.24
Hex 28 54 45 34 0 12 43 A0 23 18
Octal 50 124 105 64 0 22 103 240 43 30
Binary 101000 1010100 1000101 110100 0 10010 1000011 10100000 100011 11000

Color Harmonies of #285445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285445

Black with #285445

Text Example


Text Example

White with #285445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285445; }

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

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

background-color css

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

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

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

border-color css

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

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

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