Html Css Color HEX #285845 Te Papa Green

📋 copy color: '#285845'

red 40 ◦ green 88 ◦ blue 69

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

Shades of Te Papa Green #285845

Tints of Te Papa Green #285845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.67%

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

R = 20.3%
G = 44.67%
B = 35.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#285845 (or 0x285845) is known color: Te Papa Green. HEX triplet: 28, 58 and 45. RGB value is (40,88,69). Sum of RGB (Red+Green+Blue) = 40+88+69=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #285845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285845 is #D7A7BA. Grayscale: #474747. Windows color (decimal): -14133179 or 4544552. OLE color: 4544552.

HSL color Cylindrical-coordinate representation of color #285845: hue angle of 156.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285845 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 88 69 -
CMYK 0.55 0 0.22 0.65
HSL 156.25º 0.38% 0.25% -
HSV(B) 156.25º 0.55% 0.35% -
XYZ 5.44 7.86 6.86 -
YUV 71.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 40 88 69 0.55 0 0.22 0.65 156.25 0.38 0.25
Hex 28 58 45 37 0 16 41 9C 26 19
Octal 50 130 105 67 0 26 101 234 46 31
Binary 101000 1011000 1000101 110111 0 10110 1000001 10011100 100110 11001

Color Harmonies of #285845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285845

Black with #285845

Text Example


Text Example

White with #285845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285845; }

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

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

background-color css

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

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

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

border-color css

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

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

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