Html Css Color HEX #286332 Parsley

📋 copy color: '#286332'

red 40 ◦ green 99 ◦ blue 50

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

Shades of Parsley #286332

Tints of Parsley #286332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.38%

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

R = 21.16%
G = 52.38%
B = 26.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#286332 (or 0x286332) is known color: Parsley. HEX triplet: 28, 63 and 32. RGB value is (40,99,50). Sum of RGB (Red+Green+Blue) = 40+99+50=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #286332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286332 is #D79CCD. Grayscale: #4B4B4B. Windows color (decimal): -14130382 or 3302184. OLE color: 3302184.

HSL color Cylindrical-coordinate representation of color #286332: hue angle of 130.17º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286332 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 99 50 -
CMYK 0.60 0 0.49 0.61
HSL 130.17º 0.42% 0.27% -
HSV(B) 130.17º 0.6% 0.39% -
XYZ 5.91 9.61 4.56 -
YUV 75.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 40 99 50 0.60 0 0.49 0.61 130.17 0.42 0.27
Hex 28 63 32 3C 0 31 3D 82 2A 1B
Octal 50 143 62 74 0 61 75 202 52 33
Binary 101000 1100011 110010 111100 0 110001 111101 10000010 101010 11011

Color Harmonies of #286332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286332

Black with #286332

Text Example


Text Example

White with #286332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286332; }

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

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

background-color css

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

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

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

border-color css

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

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

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