Html Css Color HEX #286334 Parsley

📋 copy color: '#286334'

red 40 ◦ green 99 ◦ blue 52

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

Shades of Parsley #286334

Tints of Parsley #286334

RGB

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

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

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

R = 20.94%
G = 51.83%
B = 27.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#286334 (or 0x286334) is known color: Parsley. HEX triplet: 28, 63 and 34. RGB value is (40,99,52). Sum of RGB (Red+Green+Blue) = 40+99+52=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #286334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286334 is #D79CCB. Grayscale: #4C4C4C. Windows color (decimal): -14130380 or 3433256. OLE color: 3433256.

HSL color Cylindrical-coordinate representation of color #286334: hue angle of 132.2º 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 #286334 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 99 52 -
CMYK 0.60 0 0.47 0.61
HSL 132.2º 0.42% 0.27% -
HSV(B) 132.2º 0.6% 0.39% -
XYZ 5.96 9.62 4.79 -
YUV 76 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 40 99 52 0.60 0 0.47 0.61 132.2 0.42 0.27
Hex 28 63 34 3C 0 2F 3D 84 2A 1B
Octal 50 143 64 74 0 57 75 204 52 33
Binary 101000 1100011 110100 111100 0 101111 111101 10000100 101010 11011

Color Harmonies of #286334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286334

Black with #286334

Text Example


Text Example

White with #286334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286334; }

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

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

background-color css

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

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

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

border-color css

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

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

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