Html Css Color HEX #286034 Parsley

📋 copy color: '#286034'

red 40 ◦ green 96 ◦ blue 52

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

Shades of Parsley #286034

Tints of Parsley #286034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 21.28%
G = 51.06%
B = 27.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#286034 (or 0x286034) is known color: Parsley. HEX triplet: 28, 60 and 34. RGB value is (40,96,52). Sum of RGB (Red+Green+Blue) = 40+96+52=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #286034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286034 is #D79FCB. Grayscale: #4A4A4A. Windows color (decimal): -14131148 or 3432488. OLE color: 3432488.

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

Color convert

RGB 40 96 52 -
CMYK 0.58 0 0.46 0.62
HSL 132.86º 0.41% 0.27% -
HSV(B) 132.86º 0.58% 0.38% -
XYZ 5.68 9.06 4.7 -
YUV 74.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 40 96 52 0.58 0 0.46 0.62 132.86 0.41 0.27
Hex 28 60 34 3A 0 2E 3E 85 29 1B
Octal 50 140 64 72 0 56 76 205 51 33
Binary 101000 1100000 110100 111010 0 101110 111110 10000101 101001 11011

Color Harmonies of #286034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286034

Black with #286034

Text Example


Text Example

White with #286034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286034; }

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

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

background-color css

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

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

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

border-color css

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

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

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