Html Css Color HEX #287048 Green Pea

📋 copy color: '#287048'

red 40 ◦ green 112 ◦ blue 72

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

Shades of Green Pea #287048

Tints of Green Pea #287048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.14%

R = 17.86%
G = 50%
B = 32.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#287048 (or 0x287048) is known color: Green Pea. HEX triplet: 28, 70 and 48. RGB value is (40,112,72). Sum of RGB (Red+Green+Blue) = 40+112+72=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #287048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287048 is #D78FB7. Grayscale: #565656. Windows color (decimal): -14127032 or 4747304. OLE color: 4747304.

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

Color convert

RGB 40 112 72 -
CMYK 0.64 0 0.36 0.56
HSL 146.67º 0.47% 0.3% -
HSV(B) 146.67º 0.64% 0.44% -
XYZ 7.84 12.51 8.13 -
YUV 85.91 120.15 95.25 -
System Red Green Blue C M Y K H S L
Decimal 40 112 72 0.64 0 0.36 0.56 146.67 0.47 0.3
Hex 28 70 48 40 0 24 38 93 2F 1E
Octal 50 160 110 100 0 44 70 223 57 36
Binary 101000 1110000 1001000 1000000 0 100100 111000 10010011 101111 11110

Color Harmonies of #287048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287048

Black with #287048

Text Example


Text Example

White with #287048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287048; }

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

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

background-color css

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

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

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

border-color css

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

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

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