Html Css Color HEX #285342 Te Papa Green

📋 copy color: '#285342'

red 40 ◦ green 83 ◦ blue 66

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

Shades of Te Papa Green #285342

Tints of Te Papa Green #285342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 21.16%
G = 43.92%
B = 34.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#285342 (or 0x285342) is known color: Te Papa Green. HEX triplet: 28, 53 and 42. RGB value is (40,83,66). Sum of RGB (Red+Green+Blue) = 40+83+66=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #285342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285342 is #D7ACBD. Grayscale: #444444. Windows color (decimal): -14134462 or 4346664. OLE color: 4346664.

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

Color convert

RGB 40 83 66 -
CMYK 0.52 0 0.20 0.67
HSL 156.28º 0.35% 0.24% -
HSV(B) 156.28º 0.52% 0.33% -
XYZ 4.95 7.03 6.25 -
YUV 68.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 40 83 66 0.52 0 0.20 0.67 156.28 0.35 0.24
Hex 28 53 42 34 0 14 43 9C 23 18
Octal 50 123 102 64 0 24 103 234 43 30
Binary 101000 1010011 1000010 110100 0 10100 1000011 10011100 100011 11000

Color Harmonies of #285342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285342

Black with #285342

Text Example


Text Example

White with #285342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285342; }

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

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

background-color css

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

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

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

border-color css

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

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

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