Html Css Color HEX #285F34 Parsley

📋 copy color: '#285F34'

red 40 ◦ green 95 ◦ blue 52

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

Shades of Parsley #285F34

Tints of Parsley #285F34

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50.8%

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

R = 21.39%
G = 50.8%
B = 27.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#285F34 (or 0x285F34) is known color: Parsley. HEX triplet: 28, 5F and 34. RGB value is (40,95,52). Sum of RGB (Red+Green+Blue) = 40+95+52=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #285F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285F34 is #D7A0CB. Grayscale: #494949. Windows color (decimal): -14131404 or 3432232. OLE color: 3432232.

HSL color Cylindrical-coordinate representation of color #285F34: hue angle of 133.09º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285F34 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 95 52 -
CMYK 0.58 0 0.45 0.63
HSL 133.09º 0.41% 0.26% -
HSV(B) 133.09º 0.58% 0.37% -
XYZ 5.59 8.88 4.67 -
YUV 73.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 40 95 52 0.58 0 0.45 0.63 133.09 0.41 0.26
Hex 28 5F 34 3A 0 2D 3F 85 29 1A
Octal 50 137 64 72 0 55 77 205 51 32
Binary 101000 1011111 110100 111010 0 101101 111111 10000101 101001 11010

Color Harmonies of #285F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285F34

Black with #285F34

Text Example


Text Example

White with #285F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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