Html Css Color HEX #286028 Parsley

📋 copy color: '#286028'

red 40 ◦ green 96 ◦ blue 40

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

Shades of Parsley #286028

Tints of Parsley #286028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 22.73%
G = 54.55%
B = 22.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#286028 (or 0x286028) is known color: Parsley. HEX triplet: 28, 60 and 28. RGB value is (40,96,40). Sum of RGB (Red+Green+Blue) = 40+96+40=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #286028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286028 is #D79FD7. Grayscale: #494949. Windows color (decimal): -14131160 or 2646056. OLE color: 2646056.

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

Color convert

RGB 40 96 40 -
CMYK 0.58 0 0.58 0.62
HSL 120º 0.41% 0.27% -
HSV(B) 120º 0.58% 0.38% -
XYZ 5.44 8.97 3.45 -
YUV 72.87 109.45 104.55 -
System Red Green Blue C M Y K H S L
Decimal 40 96 40 0.58 0 0.58 0.62 120 0.41 0.27
Hex 28 60 28 3A 0 3A 3E 78 29 1B
Octal 50 140 50 72 0 72 76 170 51 33
Binary 101000 1100000 101000 111010 0 111010 111110 1111000 101001 11011

Color Harmonies of #286028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286028

Black with #286028

Text Example


Text Example

White with #286028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286028; }

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

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

background-color css

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

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

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

border-color css

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

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

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