Html Css Color HEX #286032 Parsley

📋 copy color: '#286032'

red 40 ◦ green 96 ◦ blue 50

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

Shades of Parsley #286032

Tints of Parsley #286032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.61%

 BLUE value IS 50 (19.92% from 255) = 26.88%

R = 21.51%
G = 51.61%
B = 26.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#286032 (or 0x286032) is known color: Parsley. HEX triplet: 28, 60 and 32. RGB value is (40,96,50). Sum of RGB (Red+Green+Blue) = 40+96+50=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #286032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286032 is #D79FCD. Grayscale: #4A4A4A. Windows color (decimal): -14131150 or 3301416. OLE color: 3301416.

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

Color convert

RGB 40 96 50 -
CMYK 0.58 0 0.48 0.62
HSL 130.71º 0.41% 0.27% -
HSV(B) 130.71º 0.58% 0.38% -
XYZ 5.63 9.05 4.47 -
YUV 74.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 40 96 50 0.58 0 0.48 0.62 130.71 0.41 0.27
Hex 28 60 32 3A 0 30 3E 83 29 1B
Octal 50 140 62 72 0 60 76 203 51 33
Binary 101000 1100000 110010 111010 0 110000 111110 10000011 101001 11011

Color Harmonies of #286032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286032

Black with #286032

Text Example


Text Example

White with #286032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286032; }

 p { color: rgb(40,96,50); }

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

background-color css

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

 a { background-color: rgb(40,96,50); }

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

border-color css

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

 span { border-color: rgb(40,96,50); }

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