Html Css Color HEX #286035 Parsley

📋 copy color: '#286035'

red 40 ◦ green 96 ◦ blue 53

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

Shades of Parsley #286035

Tints of Parsley #286035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.04%

R = 21.16%
G = 50.79%
B = 28.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#286035 (or 0x286035) is known color: Parsley. HEX triplet: 28, 60 and 35. RGB value is (40,96,53). Sum of RGB (Red+Green+Blue) = 40+96+53=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #286035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286035 is #D79FCA. Grayscale: #4A4A4A. Windows color (decimal): -14131147 or 3498024. OLE color: 3498024.

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

Color convert

RGB 40 96 53 -
CMYK 0.58 0 0.45 0.62
HSL 133.93º 0.41% 0.27% -
HSV(B) 133.93º 0.58% 0.38% -
XYZ 5.7 9.07 4.82 -
YUV 74.35 115.95 103.5 -
System Red Green Blue C M Y K H S L
Decimal 40 96 53 0.58 0 0.45 0.62 133.93 0.41 0.27
Hex 28 60 35 3A 0 2D 3E 86 29 1B
Octal 50 140 65 72 0 55 76 206 51 33
Binary 101000 1100000 110101 111010 0 101101 111110 10000110 101001 11011

Color Harmonies of #286035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286035

Black with #286035

Text Example


Text Example

White with #286035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286035; }

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

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

background-color css

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

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

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

border-color css

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

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

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