Html Css Color HEX #286340 Green Pea

📋 copy color: '#286340'

red 40 ◦ green 99 ◦ blue 64

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

Shades of Green Pea #286340

Tints of Green Pea #286340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.77%

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

R = 19.7%
G = 48.77%
B = 31.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#286340 (or 0x286340) is known color: Green Pea. HEX triplet: 28, 63 and 40. RGB value is (40,99,64). Sum of RGB (Red+Green+Blue) = 40+99+64=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #286340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286340 is #D79CBF. Grayscale: #4D4D4D. Windows color (decimal): -14130368 or 4219688. OLE color: 4219688.

HSL color Cylindrical-coordinate representation of color #286340: hue angle of 144.41º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286340 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 99 64 -
CMYK 0.60 0 0.35 0.61
HSL 144.41º 0.42% 0.27% -
HSV(B) 144.41º 0.6% 0.39% -
XYZ 6.26 9.74 6.4 -
YUV 77.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 40 99 64 0.60 0 0.35 0.61 144.41 0.42 0.27
Hex 28 63 40 3C 0 23 3D 90 2A 1B
Octal 50 143 100 74 0 43 75 220 52 33
Binary 101000 1100011 1000000 111100 0 100011 111101 10010000 101010 11011

Color Harmonies of #286340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286340

Black with #286340

Text Example


Text Example

White with #286340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286340; }

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

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

background-color css

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

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

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

border-color css

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

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

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