Html Css Color HEX #286132 Parsley

📋 copy color: '#286132'

red 40 ◦ green 97 ◦ blue 50

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

Shades of Parsley #286132

Tints of Parsley #286132

RGB

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

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

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

R = 21.39%
G = 51.87%
B = 26.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#286132 (or 0x286132) is known color: Parsley. HEX triplet: 28, 61 and 32. RGB value is (40,97,50). Sum of RGB (Red+Green+Blue) = 40+97+50=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #286132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286132 is #D79ECD. Grayscale: #4A4A4A. Windows color (decimal): -14130894 or 3301672. OLE color: 3301672.

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

Color convert

RGB 40 97 50 -
CMYK 0.59 0 0.48 0.62
HSL 130.53º 0.42% 0.27% -
HSV(B) 130.53º 0.59% 0.38% -
XYZ 5.73 9.23 4.5 -
YUV 74.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 40 97 50 0.59 0 0.48 0.62 130.53 0.42 0.27
Hex 28 61 32 3B 0 30 3E 83 2A 1B
Octal 50 141 62 73 0 60 76 203 52 33
Binary 101000 1100001 110010 111011 0 110000 111110 10000011 101010 11011

Color Harmonies of #286132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286132

Black with #286132

Text Example


Text Example

White with #286132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286132; }

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

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

background-color css

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

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

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

border-color css

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

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

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