Html Css Color HEX #285545 Te Papa Green

📋 copy color: '#285545'

red 40 ◦ green 85 ◦ blue 69

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

Shades of Te Papa Green #285545

Tints of Te Papa Green #285545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.81%

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

R = 20.62%
G = 43.81%
B = 35.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#285545 (or 0x285545) is known color: Te Papa Green. HEX triplet: 28, 55 and 45. RGB value is (40,85,69). Sum of RGB (Red+Green+Blue) = 40+85+69=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #285545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285545 is #D7AABA. Grayscale: #454545. Windows color (decimal): -14133947 or 4543784. OLE color: 4543784.

HSL color Cylindrical-coordinate representation of color #285545: hue angle of 158.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285545 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 85 69 -
CMYK 0.53 0 0.19 0.67
HSL 158.67º 0.36% 0.25% -
HSV(B) 158.67º 0.53% 0.33% -
XYZ 5.2 7.38 6.78 -
YUV 69.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 40 85 69 0.53 0 0.19 0.67 158.67 0.36 0.25
Hex 28 55 45 35 0 13 43 9F 24 19
Octal 50 125 105 65 0 23 103 237 44 31
Binary 101000 1010101 1000101 110101 0 10011 1000011 10011111 100100 11001

Color Harmonies of #285545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285545

Black with #285545

Text Example


Text Example

White with #285545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285545; }

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

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

background-color css

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

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

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

border-color css

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

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

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