Html Css Color HEX #28513E Te Papa Green

📋 copy color: '#28513E'

red 40 ◦ green 81 ◦ blue 62

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

Shades of Te Papa Green #28513E

Tints of Te Papa Green #28513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.26%

 BLUE value IS 62 (24.61% from 255) = 33.88%

R = 21.86%
G = 44.26%
B = 33.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#28513E (or 0x28513E) is known color: Te Papa Green. HEX triplet: 28, 51 and 3E. RGB value is (40,81,62). Sum of RGB (Red+Green+Blue) = 40+81+62=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #28513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28513E is #D7AEC1. Grayscale: #424242. Windows color (decimal): -14134978 or 4084008. OLE color: 4084008.

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

Color convert

RGB 40 81 62 -
CMYK 0.51 0 0.23 0.68
HSL 152.2º 0.34% 0.24% -
HSV(B) 152.2º 0.51% 0.32% -
XYZ 4.69 6.68 5.6 -
YUV 66.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 40 81 62 0.51 0 0.23 0.68 152.2 0.34 0.24
Hex 28 51 3E 33 0 17 44 98 22 18
Octal 50 121 76 63 0 27 104 230 42 30
Binary 101000 1010001 111110 110011 0 10111 1000100 10011000 100010 11000

Color Harmonies of #28513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28513E

Black with #28513E

Text Example


Text Example

White with #28513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28513E; }

 p { color: rgb(40,81,62); }

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

background-color css

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

 a { background-color: rgb(40,81,62); }

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

border-color css

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

 span { border-color: rgb(40,81,62); }

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