Html Css Color HEX #285230 Parsley

📋 copy color: '#285230'

red 40 ◦ green 82 ◦ blue 48

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

Shades of Parsley #285230

Tints of Parsley #285230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 48.24%

 BLUE value IS 48 (19.14% from 255) = 28.24%

R = 23.53%
G = 48.24%
B = 28.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#285230 (or 0x285230) is known color: Parsley. HEX triplet: 28, 52 and 30. RGB value is (40,82,48). Sum of RGB (Red+Green+Blue) = 40+82+48=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #285230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285230 is #D7ADCF. Grayscale: #414141. Windows color (decimal): -14134736 or 3166760. OLE color: 3166760.

HSL color Cylindrical-coordinate representation of color #285230: hue angle of 131.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #285230 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 82 48 -
CMYK 0.51 0 0.41 0.68
HSL 131.43º 0.34% 0.24% -
HSV(B) 131.43º 0.51% 0.32% -
XYZ 4.43 6.7 3.86 -
YUV 65.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 40 82 48 0.51 0 0.41 0.68 131.43 0.34 0.24
Hex 28 52 30 33 0 29 44 83 22 18
Octal 50 122 60 63 0 51 104 203 42 30
Binary 101000 1010010 110000 110011 0 101001 1000100 10000011 100010 11000

Color Harmonies of #285230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285230

Black with #285230

Text Example


Text Example

White with #285230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285230; }

 p { color: rgb(40,82,48); }

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

background-color css

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

 a { background-color: rgb(40,82,48); }

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

border-color css

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

 span { border-color: rgb(40,82,48); }

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