Html Css Color HEX #305431 Parsley

📋 copy color: '#305431'

red 48 ◦ green 84 ◦ blue 49

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

Shades of Parsley #305431

Tints of Parsley #305431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

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

R = 26.52%
G = 46.41%
B = 27.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#305431 (or 0x305431) is known color: Parsley. HEX triplet: 30, 54 and 31. RGB value is (48,84,49). Sum of RGB (Red+Green+Blue) = 48+84+49=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #305431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305431 is #CFABCE. Grayscale: #454545. Windows color (decimal): -13609935 or 3232816. OLE color: 3232816.

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

Color convert

RGB 48 84 49 -
CMYK 0.43 0 0.42 0.67
HSL 121.67º 0.27% 0.26% -
HSV(B) 121.67º 0.43% 0.33% -
XYZ 4.94 7.19 4.03 -
YUV 69.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 48 84 49 0.43 0 0.42 0.67 121.67 0.27 0.26
Hex 30 54 31 2B 0 2A 43 7A 1B 1A
Octal 60 124 61 53 0 52 103 172 33 32
Binary 110000 1010100 110001 101011 0 101010 1000011 1111010 11011 11010

Color Harmonies of #305431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305431

Black with #305431

Text Example


Text Example

White with #305431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305431; }

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

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

background-color css

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

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

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

border-color css

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

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

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