Html Css Color HEX #286141 Green Pea

📋 copy color: '#286141'

red 40 ◦ green 97 ◦ blue 65

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

Shades of Green Pea #286141

Tints of Green Pea #286141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 19.8%
G = 48.02%
B = 32.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#286141 (or 0x286141) is known color: Green Pea. HEX triplet: 28, 61 and 41. RGB value is (40,97,65). Sum of RGB (Red+Green+Blue) = 40+97+65=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #286141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286141 is #D79EBE. Grayscale: #4C4C4C. Windows color (decimal): -14130879 or 4284712. OLE color: 4284712.

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

Color convert

RGB 40 97 65 -
CMYK 0.59 0 0.33 0.62
HSL 146.32º 0.42% 0.27% -
HSV(B) 146.32º 0.59% 0.38% -
XYZ 6.1 9.38 6.49 -
YUV 76.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 40 97 65 0.59 0 0.33 0.62 146.32 0.42 0.27
Hex 28 61 41 3B 0 21 3E 92 2A 1B
Octal 50 141 101 73 0 41 76 222 52 33
Binary 101000 1100001 1000001 111011 0 100001 111110 10010010 101010 11011

Color Harmonies of #286141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286141

Black with #286141

Text Example


Text Example

White with #286141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286141; }

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

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

background-color css

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

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

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

border-color css

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

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

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