Html Css Color HEX #305D35 Parsley

📋 copy color: '#305D35'

red 48 ◦ green 93 ◦ blue 53

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

Shades of Parsley #305D35

Tints of Parsley #305D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.32%

R = 24.74%
G = 47.94%
B = 27.32%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#305D35 (or 0x305D35) is known color: Parsley. HEX triplet: 30, 5D and 35. RGB value is (48,93,53). Sum of RGB (Red+Green+Blue) = 48+93+53=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #305D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D35 is #CFA2CA. Grayscale: #4B4B4B. Windows color (decimal): -13607627 or 3497264. OLE color: 3497264.

HSL color Cylindrical-coordinate representation of color #305D35: hue angle of 126.67º 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 #305D35 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 93 53 -
CMYK 0.48 0 0.43 0.64
HSL 126.67º 0.32% 0.28% -
HSV(B) 126.67º 0.48% 0.36% -
XYZ 5.78 8.71 4.75 -
YUV 74.99 115.59 108.75 -
System Red Green Blue C M Y K H S L
Decimal 48 93 53 0.48 0 0.43 0.64 126.67 0.32 0.28
Hex 30 5D 35 30 0 2B 40 7F 20 1C
Octal 60 135 65 60 0 53 100 177 40 34
Binary 110000 1011101 110101 110000 0 101011 1000000 1111111 100000 11100

Color Harmonies of #305D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D35

Black with #305D35

Text Example


Text Example

White with #305D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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