Html Css Color HEX #285541 Te Papa Green

📋 copy color: '#285541'

red 40 ◦ green 85 ◦ blue 65

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

Shades of Te Papa Green #285541

Tints of Te Papa Green #285541

RGB

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

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

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

R = 21.05%
G = 44.74%
B = 34.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#285541 (or 0x285541) is known color: Te Papa Green. HEX triplet: 28, 55 and 41. RGB value is (40,85,65). Sum of RGB (Red+Green+Blue) = 40+85+65=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #285541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285541 is #D7AABE. Grayscale: #454545. Windows color (decimal): -14133951 or 4281640. OLE color: 4281640.

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

Color convert

RGB 40 85 65 -
CMYK 0.53 0 0.24 0.67
HSL 153.33º 0.36% 0.25% -
HSV(B) 153.33º 0.53% 0.33% -
XYZ 5.08 7.33 6.15 -
YUV 69.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 40 85 65 0.53 0 0.24 0.67 153.33 0.36 0.25
Hex 28 55 41 35 0 18 43 99 24 19
Octal 50 125 101 65 0 30 103 231 44 31
Binary 101000 1010101 1000001 110101 0 11000 1000011 10011001 100100 11001

Color Harmonies of #285541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285541

Black with #285541

Text Example


Text Example

White with #285541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285541; }

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

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

background-color css

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

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

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

border-color css

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

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

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