Html Css Color HEX #305331 Parsley

📋 copy color: '#305331'

red 48 ◦ green 83 ◦ blue 49

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

Shades of Parsley #305331

Tints of Parsley #305331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.11%

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

R = 26.67%
G = 46.11%
B = 27.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#305331 (or 0x305331) is known color: Parsley. HEX triplet: 30, 53 and 31. RGB value is (48,83,49). Sum of RGB (Red+Green+Blue) = 48+83+49=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #305331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305331 is #CFACCE. Grayscale: #444444. Windows color (decimal): -13610191 or 3232560. OLE color: 3232560.

HSL color Cylindrical-coordinate representation of color #305331: hue angle of 121.71º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #305331 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 49 -
CMYK 0.42 0 0.41 0.67
HSL 121.71º 0.27% 0.26% -
HSV(B) 121.71º 0.42% 0.33% -
XYZ 4.87 7.04 4.01 -
YUV 68.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 48 83 49 0.42 0 0.41 0.67 121.71 0.27 0.26
Hex 30 53 31 2A 0 29 43 7A 1B 1A
Octal 60 123 61 52 0 51 103 172 33 32
Binary 110000 1010011 110001 101010 0 101001 1000011 1111010 11011 11010

Color Harmonies of #305331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305331

Black with #305331

Text Example


Text Example

White with #305331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305331; }

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

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

background-color css

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

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

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

border-color css

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

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

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