Html Css Color HEX #285045 Te Papa Green

📋 copy color: '#285045'

red 40 ◦ green 80 ◦ blue 69

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

Shades of Te Papa Green #285045

Tints of Te Papa Green #285045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.33%

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

R = 21.16%
G = 42.33%
B = 36.51%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#285045 (or 0x285045) is known color: Te Papa Green. HEX triplet: 28, 50 and 45. RGB value is (40,80,69). Sum of RGB (Red+Green+Blue) = 40+80+69=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #285045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285045 is #D7AFBA. Grayscale: #424242. Windows color (decimal): -14135227 or 4542504. OLE color: 4542504.

HSL color Cylindrical-coordinate representation of color #285045: hue angle of 163.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #285045 is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 80 69 -
CMYK 0.5 0 0.14 0.69
HSL 163.5º 0.33% 0.24% -
HSV(B) 163.5º 0.5% 0.31% -
XYZ 4.82 6.62 6.65 -
YUV 66.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 40 80 69 0.5 0 0.14 0.69 163.5 0.33 0.24
Hex 28 50 45 32 0 E 45 A4 21 18
Octal 50 120 105 62 0 16 105 244 41 30
Binary 101000 1010000 1000101 110010 0 1110 1000101 10100100 100001 11000

Color Harmonies of #285045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285045

Black with #285045

Text Example


Text Example

White with #285045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285045; }

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

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

background-color css

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

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

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

border-color css

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

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

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