Html Css Color HEX #285F2F Parsley

📋 copy color: '#285F2F'

red 40 ◦ green 95 ◦ blue 47

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

Shades of Parsley #285F2F

Tints of Parsley #285F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.82%

R = 21.98%
G = 52.2%
B = 25.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#285F2F (or 0x285F2F) is known color: Parsley. HEX triplet: 28, 5F and 2F. RGB value is (40,95,47). Sum of RGB (Red+Green+Blue) = 40+95+47=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #285F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285F2F is #D7A0D0. Grayscale: #494949. Windows color (decimal): -14131409 or 3104552. OLE color: 3104552.

HSL color Cylindrical-coordinate representation of color #285F2F: hue angle of 127.64º 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 #285F2F is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 95 47 -
CMYK 0.58 0 0.51 0.63
HSL 127.64º 0.41% 0.26% -
HSV(B) 127.64º 0.58% 0.37% -
XYZ 5.48 8.84 4.11 -
YUV 73.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 40 95 47 0.58 0 0.51 0.63 127.64 0.41 0.26
Hex 28 5F 2F 3A 0 33 3F 80 29 1A
Octal 50 137 57 72 0 63 77 200 51 32
Binary 101000 1011111 101111 111010 0 110011 111111 10000000 101001 11010

Color Harmonies of #285F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285F2F

Black with #285F2F

Text Example


Text Example

White with #285F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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