Html Css Color HEX #285A2F Parsley

📋 copy color: '#285A2F'

red 40 ◦ green 90 ◦ blue 47

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

Shades of Parsley #285A2F

Tints of Parsley #285A2F

RGB

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

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

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

R = 22.6%
G = 50.85%
B = 26.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#285A2F (or 0x285A2F) is known color: Parsley. HEX triplet: 28, 5A and 2F. RGB value is (40,90,47). Sum of RGB (Red+Green+Blue) = 40+90+47=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #285A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A2F is #D7A5D0. Grayscale: #464646. Windows color (decimal): -14132689 or 3103272. OLE color: 3103272.

HSL color Cylindrical-coordinate representation of color #285A2F: hue angle of 128.4º 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 #285A2F is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 90 47 -
CMYK 0.56 0 0.48 0.65
HSL 128.4º 0.38% 0.25% -
HSV(B) 128.4º 0.56% 0.35% -
XYZ 5.04 7.97 3.96 -
YUV 70.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 40 90 47 0.56 0 0.48 0.65 128.4 0.38 0.25
Hex 28 5A 2F 38 0 30 41 80 26 19
Octal 50 132 57 70 0 60 101 200 46 31
Binary 101000 1011010 101111 111000 0 110000 1000001 10000000 100110 11001

Color Harmonies of #285A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A2F

Black with #285A2F

Text Example


Text Example

White with #285A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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