Html Css Color HEX #28704B Green Pea

📋 copy color: '#28704B'

red 40 ◦ green 112 ◦ blue 75

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

Shades of Green Pea #28704B

Tints of Green Pea #28704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 17.62%
G = 49.34%
B = 33.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#28704B (or 0x28704B) is known color: Green Pea. HEX triplet: 28, 70 and 4B. RGB value is (40,112,75). Sum of RGB (Red+Green+Blue) = 40+112+75=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #28704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28704B is #D78FB4. Grayscale: #565656. Windows color (decimal): -14127029 or 4943912. OLE color: 4943912.

HSL color Cylindrical-coordinate representation of color #28704B: hue angle of 149.17º 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 #28704B is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 112 75 -
CMYK 0.64 0 0.33 0.56
HSL 149.17º 0.47% 0.3% -
HSV(B) 149.17º 0.64% 0.44% -
XYZ 7.94 12.55 8.66 -
YUV 86.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 40 112 75 0.64 0 0.33 0.56 149.17 0.47 0.3
Hex 28 70 4B 40 0 21 38 95 2F 1E
Octal 50 160 113 100 0 41 70 225 57 36
Binary 101000 1110000 1001011 1000000 0 100001 111000 10010101 101111 11110

Color Harmonies of #28704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28704B

Black with #28704B

Text Example


Text Example

White with #28704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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