Html Css Color HEX #305031 Parsley

📋 copy color: '#305031'

red 48 ◦ green 80 ◦ blue 49

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

Shades of Parsley #305031

Tints of Parsley #305031

RGB

 RED value IS 48 (19.14% from 255) = 27.12%

 GREEN value IS 80 (31.64% from 255) = 45.2%

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

R = 27.12%
G = 45.2%
B = 27.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#305031 (or 0x305031) is known color: Parsley. HEX triplet: 30, 50 and 31. RGB value is (48,80,49). Sum of RGB (Red+Green+Blue) = 48+80+49=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #305031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305031 is #CFAFCE. Grayscale: #424242. Windows color (decimal): -13610959 or 3231792. OLE color: 3231792.

HSL color Cylindrical-coordinate representation of color #305031: hue angle of 121.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #305031 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 49 -
CMYK 0.40 0 0.39 0.69
HSL 121.88º 0.25% 0.25% -
HSV(B) 121.88º 0.4% 0.31% -
XYZ 4.64 6.59 3.93 -
YUV 66.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 48 80 49 0.40 0 0.39 0.69 121.88 0.25 0.25
Hex 30 50 31 28 0 27 45 7A 19 19
Octal 60 120 61 50 0 47 105 172 31 31
Binary 110000 1010000 110001 101000 0 100111 1000101 1111010 11001 11001

Color Harmonies of #305031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305031

Black with #305031

Text Example


Text Example

White with #305031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305031; }

 p { color: rgb(48,80,49); }

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

background-color css

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

 a { background-color: rgb(48,80,49); }

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

border-color css

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

 span { border-color: rgb(48,80,49); }

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