Html Css Color HEX #285248 Te Papa Green

📋 copy color: '#285248'

red 40 ◦ green 82 ◦ blue 72

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

Shades of Te Papa Green #285248

Tints of Te Papa Green #285248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 20.62%
G = 42.27%
B = 37.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#285248 (or 0x285248) is known color: Te Papa Green. HEX triplet: 28, 52 and 48. RGB value is (40,82,72). Sum of RGB (Red+Green+Blue) = 40+82+72=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #285248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285248 is #D7ADB7. Grayscale: #444444. Windows color (decimal): -14134712 or 4739624. OLE color: 4739624.

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

Color convert

RGB 40 82 72 -
CMYK 0.51 0 0.12 0.68
HSL 165.71º 0.34% 0.24% -
HSV(B) 165.71º 0.51% 0.32% -
XYZ 5.06 6.95 7.21 -
YUV 68.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 40 82 72 0.51 0 0.12 0.68 165.71 0.34 0.24
Hex 28 52 48 33 0 C 44 A6 22 18
Octal 50 122 110 63 0 14 104 246 42 30
Binary 101000 1010010 1001000 110011 0 1100 1000100 10100110 100010 11000

Color Harmonies of #285248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285248

Black with #285248

Text Example


Text Example

White with #285248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285248; }

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

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

background-color css

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

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

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

border-color css

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

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

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