Html Css Color HEX #286140 Green Pea

📋 copy color: '#286140'

red 40 ◦ green 97 ◦ blue 64

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

Shades of Green Pea #286140

Tints of Green Pea #286140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.26%

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

R = 19.9%
G = 48.26%
B = 31.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#286140 (or 0x286140) is known color: Green Pea. HEX triplet: 28, 61 and 40. RGB value is (40,97,64). Sum of RGB (Red+Green+Blue) = 40+97+64=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #286140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286140 is #D79EBF. Grayscale: #4C4C4C. Windows color (decimal): -14130880 or 4219176. OLE color: 4219176.

HSL color Cylindrical-coordinate representation of color #286140: hue angle of 145.26º 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 #286140 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 97 64 -
CMYK 0.59 0 0.34 0.62
HSL 145.26º 0.42% 0.27% -
HSV(B) 145.26º 0.59% 0.38% -
XYZ 6.08 9.37 6.34 -
YUV 76.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 40 97 64 0.59 0 0.34 0.62 145.26 0.42 0.27
Hex 28 61 40 3B 0 22 3E 91 2A 1B
Octal 50 141 100 73 0 42 76 221 52 33
Binary 101000 1100001 1000000 111011 0 100010 111110 10010001 101010 11011

Color Harmonies of #286140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286140

Black with #286140

Text Example


Text Example

White with #286140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286140; }

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

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

background-color css

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

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

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

border-color css

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

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

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