Html Css Color HEX #305D36 Parsley

📋 copy color: '#305D36'

red 48 ◦ green 93 ◦ blue 54

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

Shades of Parsley #305D36

Tints of Parsley #305D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.69%

R = 24.62%
G = 47.69%
B = 27.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#305D36 (or 0x305D36) is known color: Parsley. HEX triplet: 30, 5D and 36. RGB value is (48,93,54). Sum of RGB (Red+Green+Blue) = 48+93+54=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #305D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D36 is #CFA2C9. Grayscale: #4B4B4B. Windows color (decimal): -13607626 or 3562800. OLE color: 3562800.

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

Color convert

RGB 48 93 54 -
CMYK 0.48 0 0.42 0.64
HSL 128º 0.32% 0.28% -
HSV(B) 128º 0.48% 0.36% -
XYZ 5.8 8.72 4.87 -
YUV 75.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 48 93 54 0.48 0 0.42 0.64 128 0.32 0.28
Hex 30 5D 36 30 0 2A 40 80 20 1C
Octal 60 135 66 60 0 52 100 200 40 34
Binary 110000 1011101 110110 110000 0 101010 1000000 10000000 100000 11100

Color Harmonies of #305D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D36

Black with #305D36

Text Example


Text Example

White with #305D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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