Html Css Color HEX #286240 Green Pea

📋 copy color: '#286240'

red 40 ◦ green 98 ◦ blue 64

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

Shades of Green Pea #286240

Tints of Green Pea #286240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.51%

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 19.8%
G = 48.51%
B = 31.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#286240 (or 0x286240) is known color: Green Pea. HEX triplet: 28, 62 and 40. RGB value is (40,98,64). Sum of RGB (Red+Green+Blue) = 40+98+64=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #286240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286240 is #D79DBF. Grayscale: #4C4C4C. Windows color (decimal): -14130624 or 4219432. OLE color: 4219432.

HSL color Cylindrical-coordinate representation of color #286240: hue angle of 144.83º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #286240 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 98 64 -
CMYK 0.59 0 0.35 0.62
HSL 144.83º 0.42% 0.27% -
HSV(B) 144.83º 0.59% 0.38% -
XYZ 6.17 9.56 6.37 -
YUV 76.78 120.78 101.76 -
System Red Green Blue C M Y K H S L
Decimal 40 98 64 0.59 0 0.35 0.62 144.83 0.42 0.27
Hex 28 62 40 3B 0 23 3E 91 2A 1B
Octal 50 142 100 73 0 43 76 221 52 33
Binary 101000 1100010 1000000 111011 0 100011 111110 10010001 101010 11011

Color Harmonies of #286240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286240

Black with #286240

Text Example


Text Example

White with #286240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286240; }

 p { color: rgb(40,98,64); }

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

background-color css

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

 a { background-color: rgb(40,98,64); }

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

border-color css

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

 span { border-color: rgb(40,98,64); }

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