Html Css Color HEX #285441 Te Papa Green

📋 copy color: '#285441'

red 40 ◦ green 84 ◦ blue 65

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

Shades of Te Papa Green #285441

Tints of Te Papa Green #285441

RGB

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

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

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

R = 21.16%
G = 44.44%
B = 34.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#285441 (or 0x285441) is known color: Te Papa Green. HEX triplet: 28, 54 and 41. RGB value is (40,84,65). Sum of RGB (Red+Green+Blue) = 40+84+65=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #285441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285441 is #D7ABBE. Grayscale: #444444. Windows color (decimal): -14134207 or 4281384. OLE color: 4281384.

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

Color convert

RGB 40 84 65 -
CMYK 0.52 0 0.23 0.67
HSL 154.09º 0.35% 0.24% -
HSV(B) 154.09º 0.52% 0.33% -
XYZ 5 7.17 6.12 -
YUV 68.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 40 84 65 0.52 0 0.23 0.67 154.09 0.35 0.24
Hex 28 54 41 34 0 17 43 9A 23 18
Octal 50 124 101 64 0 27 103 232 43 30
Binary 101000 1010100 1000001 110100 0 10111 1000011 10011010 100011 11000

Color Harmonies of #285441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285441

Black with #285441

Text Example


Text Example

White with #285441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285441; }

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

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

background-color css

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

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

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

border-color css

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

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

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