Html Css Color HEX #28704A Green Pea

📋 copy color: '#28704A'

red 40 ◦ green 112 ◦ blue 74

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

Shades of Green Pea #28704A

Tints of Green Pea #28704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.56%

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

R = 17.7%
G = 49.56%
B = 32.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#28704A (or 0x28704A) is known color: Green Pea. HEX triplet: 28, 70 and 4A. RGB value is (40,112,74). Sum of RGB (Red+Green+Blue) = 40+112+74=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #28704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28704A is #D78FB5. Grayscale: #565656. Windows color (decimal): -14127030 or 4878376. OLE color: 4878376.

HSL color Cylindrical-coordinate representation of color #28704A: hue angle of 148.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28704A is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 112 74 -
CMYK 0.64 0 0.34 0.56
HSL 148.33º 0.47% 0.3% -
HSV(B) 148.33º 0.64% 0.44% -
XYZ 7.91 12.53 8.48 -
YUV 86.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 40 112 74 0.64 0 0.34 0.56 148.33 0.47 0.3
Hex 28 70 4A 40 0 22 38 94 2F 1E
Octal 50 160 112 100 0 42 70 224 57 36
Binary 101000 1110000 1001010 1000000 0 100010 111000 10010100 101111 11110

Color Harmonies of #28704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28704A

Black with #28704A

Text Example


Text Example

White with #28704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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