Html Css Color HEX #305D34 Parsley

📋 copy color: '#305D34'

red 48 ◦ green 93 ◦ blue 52

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

Shades of Parsley #305D34

Tints of Parsley #305D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.19%

 BLUE value IS 52 (20.7% from 255) = 26.94%

R = 24.87%
G = 48.19%
B = 26.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#305D34 (or 0x305D34) is known color: Parsley. HEX triplet: 30, 5D and 34. RGB value is (48,93,52). Sum of RGB (Red+Green+Blue) = 48+93+52=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #305D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D34 is #CFA2CB. Grayscale: #4A4A4A. Windows color (decimal): -13607628 or 3431728. OLE color: 3431728.

HSL color Cylindrical-coordinate representation of color #305D34: hue angle of 125.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305D34 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 93 52 -
CMYK 0.48 0 0.44 0.64
HSL 125.33º 0.32% 0.28% -
HSV(B) 125.33º 0.48% 0.36% -
XYZ 5.75 8.71 4.63 -
YUV 74.87 115.09 108.83 -
System Red Green Blue C M Y K H S L
Decimal 48 93 52 0.48 0 0.44 0.64 125.33 0.32 0.28
Hex 30 5D 34 30 0 2C 40 7D 20 1C
Octal 60 135 64 60 0 54 100 175 40 34
Binary 110000 1011101 110100 110000 0 101100 1000000 1111101 100000 11100

Color Harmonies of #305D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D34

Black with #305D34

Text Example


Text Example

White with #305D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305D34; }

 p { color: rgb(48,93,52); }

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

background-color css

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

 a { background-color: rgb(48,93,52); }

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

border-color css

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

 span { border-color: rgb(48,93,52); }

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