Html Css Color HEX #285D35 Parsley

📋 copy color: '#285D35'

red 40 ◦ green 93 ◦ blue 53

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

Shades of Parsley #285D35

Tints of Parsley #285D35

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50%

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

R = 21.51%
G = 50%
B = 28.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#285D35 (or 0x285D35) is known color: Parsley. HEX triplet: 28, 5D and 35. RGB value is (40,93,53). Sum of RGB (Red+Green+Blue) = 40+93+53=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #285D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D35 is #D7A2CA. Grayscale: #484848. Windows color (decimal): -14131915 or 3497256. OLE color: 3497256.

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

Color convert

RGB 40 93 53 -
CMYK 0.57 0 0.43 0.64
HSL 134.72º 0.4% 0.26% -
HSV(B) 134.72º 0.57% 0.36% -
XYZ 5.43 8.54 4.73 -
YUV 72.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 40 93 53 0.57 0 0.43 0.64 134.72 0.4 0.26
Hex 28 5D 35 39 0 2B 40 87 28 1A
Octal 50 135 65 71 0 53 100 207 50 32
Binary 101000 1011101 110101 111001 0 101011 1000000 10000111 101000 11010

Color Harmonies of #285D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D35

Black with #285D35

Text Example


Text Example

White with #285D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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