Html Css Color HEX #285B33 Parsley

📋 copy color: '#285B33'

red 40 ◦ green 91 ◦ blue 51

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

Shades of Parsley #285B33

Tints of Parsley #285B33

RGB

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

 GREEN value IS 91 (35.94% from 255) = 50%

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 21.98%
G = 50%
B = 28.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#285B33 (or 0x285B33) is known color: Parsley. HEX triplet: 28, 5B and 33. RGB value is (40,91,51). Sum of RGB (Red+Green+Blue) = 40+91+51=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 91 (35.94% from 255 or 50% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 91 - color contains mainly: green. Hex color #285B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B33 is #D7A4CC. Grayscale: #474747. Windows color (decimal): -14132429 or 3365672. OLE color: 3365672.

HSL color Cylindrical-coordinate representation of color #285B33: hue angle of 132.94º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B33 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 91 51 -
CMYK 0.56 0 0.44 0.64
HSL 132.94º 0.39% 0.26% -
HSV(B) 132.94º 0.56% 0.36% -
XYZ 5.21 8.17 4.43 -
YUV 71.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 40 91 51 0.56 0 0.44 0.64 132.94 0.39 0.26
Hex 28 5B 33 38 0 2C 40 85 27 1A
Octal 50 133 63 70 0 54 100 205 47 32
Binary 101000 1011011 110011 111000 0 101100 1000000 10000101 100111 11010

Color Harmonies of #285B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285B33

Black with #285B33

Text Example


Text Example

White with #285B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285B33; }

 p { color: rgb(40,91,51); }

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

background-color css

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

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

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

border-color css

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

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

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