Html Css Color HEX #286131 Parsley

📋 copy color: '#286131'

red 40 ◦ green 97 ◦ blue 49

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

Shades of Parsley #286131

Tints of Parsley #286131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.34%

R = 21.51%
G = 52.15%
B = 26.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#286131 (or 0x286131) is known color: Parsley. HEX triplet: 28, 61 and 31. RGB value is (40,97,49). Sum of RGB (Red+Green+Blue) = 40+97+49=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #286131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286131 is #D79ECE. Grayscale: #4A4A4A. Windows color (decimal): -14130895 or 3236136. OLE color: 3236136.

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

Color convert

RGB 40 97 49 -
CMYK 0.59 0 0.49 0.62
HSL 129.47º 0.42% 0.27% -
HSV(B) 129.47º 0.59% 0.38% -
XYZ 5.7 9.22 4.39 -
YUV 74.49 113.62 103.4 -
System Red Green Blue C M Y K H S L
Decimal 40 97 49 0.59 0 0.49 0.62 129.47 0.42 0.27
Hex 28 61 31 3B 0 31 3E 81 2A 1B
Octal 50 141 61 73 0 61 76 201 52 33
Binary 101000 1100001 110001 111011 0 110001 111110 10000001 101010 11011

Color Harmonies of #286131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286131

Black with #286131

Text Example


Text Example

White with #286131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286131; }

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

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

background-color css

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

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

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

border-color css

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

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

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