Html Css Color HEX #285244 Te Papa Green

📋 copy color: '#285244'

red 40 ◦ green 82 ◦ blue 68

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

Shades of Te Papa Green #285244

Tints of Te Papa Green #285244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 21.05%
G = 43.16%
B = 35.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#285244 (or 0x285244) is known color: Te Papa Green. HEX triplet: 28, 52 and 44. RGB value is (40,82,68). Sum of RGB (Red+Green+Blue) = 40+82+68=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #285244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285244 is #D7ADBB. Grayscale: #434343. Windows color (decimal): -14134716 or 4477480. OLE color: 4477480.

HSL color Cylindrical-coordinate representation of color #285244: hue angle of 160º 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 #285244 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 82 68 -
CMYK 0.51 0 0.17 0.68
HSL 160º 0.34% 0.24% -
HSV(B) 160º 0.51% 0.32% -
XYZ 4.94 6.9 6.54 -
YUV 67.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 40 82 68 0.51 0 0.17 0.68 160 0.34 0.24
Hex 28 52 44 33 0 11 44 A0 22 18
Octal 50 122 104 63 0 21 104 240 42 30
Binary 101000 1010010 1000100 110011 0 10001 1000100 10100000 100010 11000

Color Harmonies of #285244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285244

Black with #285244

Text Example


Text Example

White with #285244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285244; }

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

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

background-color css

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

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

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

border-color css

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

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

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