Html Css Color HEX #28724A Green Pea

📋 copy color: '#28724A'

red 40 ◦ green 114 ◦ blue 74

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

Shades of Green Pea #28724A

Tints of Green Pea #28724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50%

 BLUE value IS 74 (29.3% from 255) = 32.46%

R = 17.54%
G = 50%
B = 32.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#28724A (or 0x28724A) is known color: Green Pea. HEX triplet: 28, 72 and 4A. RGB value is (40,114,74). Sum of RGB (Red+Green+Blue) = 40+114+74=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #28724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28724A is #D78DB5. Grayscale: #575757. Windows color (decimal): -14126518 or 4878888. OLE color: 4878888.

HSL color Cylindrical-coordinate representation of color #28724A: hue angle of 147.57º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28724A is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 114 74 -
CMYK 0.65 0 0.35 0.55
HSL 147.57º 0.48% 0.3% -
HSV(B) 147.57º 0.65% 0.45% -
XYZ 8.13 12.98 8.56 -
YUV 87.31 120.48 94.25 -
System Red Green Blue C M Y K H S L
Decimal 40 114 74 0.65 0 0.35 0.55 147.57 0.48 0.3
Hex 28 72 4A 41 0 23 37 94 30 1E
Octal 50 162 112 101 0 43 67 224 60 36
Binary 101000 1110010 1001010 1000001 0 100011 110111 10010100 110000 11110

Color Harmonies of #28724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28724A

Black with #28724A

Text Example


Text Example

White with #28724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28724A; }

 p { color: rgb(40,114,74); }

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

background-color css

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

 a { background-color: rgb(40,114,74); }

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

border-color css

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

 span { border-color: rgb(40,114,74); }

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