Html Css Color HEX #285A31 Parsley

📋 copy color: '#285A31'

red 40 ◦ green 90 ◦ blue 49

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

Shades of Parsley #285A31

Tints of Parsley #285A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.28%

 BLUE value IS 49 (19.53% from 255) = 27.37%

R = 22.35%
G = 50.28%
B = 27.37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#285A31 (or 0x285A31) is known color: Parsley. HEX triplet: 28, 5A and 31. RGB value is (40,90,49). Sum of RGB (Red+Green+Blue) = 40+90+49=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #285A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A31 is #D7A5CE. Grayscale: #464646. Windows color (decimal): -14132687 or 3234344. OLE color: 3234344.

HSL color Cylindrical-coordinate representation of color #285A31: hue angle of 130.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A31 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 90 49 -
CMYK 0.56 0 0.46 0.65
HSL 130.8º 0.38% 0.25% -
HSV(B) 130.8º 0.56% 0.35% -
XYZ 5.09 7.99 4.18 -
YUV 70.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 40 90 49 0.56 0 0.46 0.65 130.8 0.38 0.25
Hex 28 5A 31 38 0 2E 41 83 26 19
Octal 50 132 61 70 0 56 101 203 46 31
Binary 101000 1011010 110001 111000 0 101110 1000001 10000011 100110 11001

Color Harmonies of #285A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A31

Black with #285A31

Text Example


Text Example

White with #285A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,90,49); }

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

background-color css

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

 a { background-color: rgb(40,90,49); }

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

border-color css

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

 span { border-color: rgb(40,90,49); }

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