Html Css Color HEX #285448 Te Papa Green

📋 copy color: '#285448'

red 40 ◦ green 84 ◦ blue 72

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

Shades of Te Papa Green #285448

Tints of Te Papa Green #285448

RGB

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

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

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

R = 20.41%
G = 42.86%
B = 36.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#285448 (or 0x285448) is known color: Te Papa Green. HEX triplet: 28, 54 and 48. RGB value is (40,84,72). Sum of RGB (Red+Green+Blue) = 40+84+72=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #285448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285448 is #D7ABB7. Grayscale: #454545. Windows color (decimal): -14134200 or 4740136. OLE color: 4740136.

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

Color convert

RGB 40 84 72 -
CMYK 0.52 0 0.14 0.67
HSL 163.64º 0.35% 0.24% -
HSV(B) 163.64º 0.52% 0.33% -
XYZ 5.22 7.26 7.26 -
YUV 69.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 40 84 72 0.52 0 0.14 0.67 163.64 0.35 0.24
Hex 28 54 48 34 0 E 43 A4 23 18
Octal 50 124 110 64 0 16 103 244 43 30
Binary 101000 1010100 1001000 110100 0 1110 1000011 10100100 100011 11000

Color Harmonies of #285448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285448

Black with #285448

Text Example


Text Example

White with #285448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285448; }

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

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

background-color css

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

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

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

border-color css

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

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

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