Html Css Color HEX #28714B Green Pea

📋 copy color: '#28714B'

red 40 ◦ green 113 ◦ blue 75

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

Shades of Green Pea #28714B

Tints of Green Pea #28714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.56%

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

R = 17.54%
G = 49.56%
B = 32.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#28714B (or 0x28714B) is known color: Green Pea. HEX triplet: 28, 71 and 4B. RGB value is (40,113,75). Sum of RGB (Red+Green+Blue) = 40+113+75=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #28714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28714B is #D78EB4. Grayscale: #565656. Windows color (decimal): -14126773 or 4944168. OLE color: 4944168.

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

Color convert

RGB 40 113 75 -
CMYK 0.65 0 0.34 0.56
HSL 148.77º 0.48% 0.3% -
HSV(B) 148.77º 0.65% 0.44% -
XYZ 8.05 12.77 8.7 -
YUV 86.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 40 113 75 0.65 0 0.34 0.56 148.77 0.48 0.3
Hex 28 71 4B 41 0 22 38 95 30 1E
Octal 50 161 113 101 0 42 70 225 60 36
Binary 101000 1110001 1001011 1000001 0 100010 111000 10010101 110000 11110

Color Harmonies of #28714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28714B

Black with #28714B

Text Example


Text Example

White with #28714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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