Html Css Color HEX #285347 Te Papa Green

📋 copy color: '#285347'

red 40 ◦ green 83 ◦ blue 71

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

Shades of Te Papa Green #285347

Tints of Te Papa Green #285347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.78%

 BLUE value IS 71 (28.13% from 255) = 36.6%

R = 20.62%
G = 42.78%
B = 36.6%

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

#285347 (or 0x285347) is known color: Te Papa Green. HEX triplet: 28, 53 and 47. RGB value is (40,83,71). Sum of RGB (Red+Green+Blue) = 40+83+71=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #285347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285347 is #D7ACB8. Grayscale: #444444. Windows color (decimal): -14134457 or 4674344. OLE color: 4674344.

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

Color convert

RGB 40 83 71 -
CMYK 0.52 0 0.14 0.67
HSL 163.26º 0.35% 0.24% -
HSV(B) 163.26º 0.52% 0.33% -
XYZ 5.11 7.09 7.06 -
YUV 68.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 40 83 71 0.52 0 0.14 0.67 163.26 0.35 0.24
Hex 28 53 47 34 0 E 43 A3 23 18
Octal 50 123 107 64 0 16 103 243 43 30
Binary 101000 1010011 1000111 110100 0 1110 1000011 10100011 100011 11000

Color Harmonies of #285347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285347

Black with #285347

Text Example


Text Example

White with #285347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285347; }

 p { color: rgb(40,83,71); }

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

background-color css

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

 a { background-color: rgb(40,83,71); }

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

border-color css

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

 span { border-color: rgb(40,83,71); }

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