Html Css Color HEX #28523E Te Papa Green

📋 copy color: '#28523E'

red 40 ◦ green 82 ◦ blue 62

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

Shades of Te Papa Green #28523E

Tints of Te Papa Green #28523E

RGB

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

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

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

R = 21.74%
G = 44.57%
B = 33.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#28523E (or 0x28523E) is known color: Te Papa Green. HEX triplet: 28, 52 and 3E. RGB value is (40,82,62). Sum of RGB (Red+Green+Blue) = 40+82+62=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #28523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28523E is #D7ADC1. Grayscale: #434343. Windows color (decimal): -14134722 or 4084264. OLE color: 4084264.

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

Color convert

RGB 40 82 62 -
CMYK 0.51 0 0.24 0.68
HSL 151.43º 0.34% 0.24% -
HSV(B) 151.43º 0.51% 0.32% -
XYZ 4.76 6.83 5.63 -
YUV 67.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 40 82 62 0.51 0 0.24 0.68 151.43 0.34 0.24
Hex 28 52 3E 33 0 18 44 97 22 18
Octal 50 122 76 63 0 30 104 227 42 30
Binary 101000 1010010 111110 110011 0 11000 1000100 10010111 100010 11000

Color Harmonies of #28523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28523E

Black with #28523E

Text Example


Text Example

White with #28523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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