Html Css Color HEX #285241 Te Papa Green

📋 copy color: '#285241'

red 40 ◦ green 82 ◦ blue 65

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

Shades of Te Papa Green #285241

Tints of Te Papa Green #285241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

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

R = 21.39%
G = 43.85%
B = 34.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#285241 (or 0x285241) is known color: Te Papa Green. HEX triplet: 28, 52 and 41. RGB value is (40,82,65). Sum of RGB (Red+Green+Blue) = 40+82+65=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #285241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285241 is #D7ADBE. Grayscale: #434343. Windows color (decimal): -14134719 or 4280872. OLE color: 4280872.

HSL color Cylindrical-coordinate representation of color #285241: hue angle of 155.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #285241 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 82 65 -
CMYK 0.51 0 0.21 0.68
HSL 155.71º 0.34% 0.24% -
HSV(B) 155.71º 0.51% 0.32% -
XYZ 4.85 6.87 6.07 -
YUV 67.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 40 82 65 0.51 0 0.21 0.68 155.71 0.34 0.24
Hex 28 52 41 33 0 15 44 9C 22 18
Octal 50 122 101 63 0 25 104 234 42 30
Binary 101000 1010010 1000001 110011 0 10101 1000100 10011100 100010 11000

Color Harmonies of #285241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285241

Black with #285241

Text Example


Text Example

White with #285241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285241; }

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

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

background-color css

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

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

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

border-color css

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

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

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