Html Css Color HEX #305935 Parsley

📋 copy color: '#305935'

red 48 ◦ green 89 ◦ blue 53

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

Shades of Parsley #305935

Tints of Parsley #305935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.84%

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

R = 25.26%
G = 46.84%
B = 27.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#305935 (or 0x305935) is known color: Parsley. HEX triplet: 30, 59 and 35. RGB value is (48,89,53). Sum of RGB (Red+Green+Blue) = 48+89+53=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #305935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305935 is #CFA6CA. Grayscale: #484848. Windows color (decimal): -13608651 or 3496240. OLE color: 3496240.

HSL color Cylindrical-coordinate representation of color #305935: hue angle of 127.32º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305935 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 53 -
CMYK 0.46 0 0.40 0.65
HSL 127.32º 0.3% 0.27% -
HSV(B) 127.32º 0.46% 0.35% -
XYZ 5.43 8.03 4.63 -
YUV 72.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 48 89 53 0.46 0 0.40 0.65 127.32 0.3 0.27
Hex 30 59 35 2E 0 28 41 7F 1E 1B
Octal 60 131 65 56 0 50 101 177 36 33
Binary 110000 1011001 110101 101110 0 101000 1000001 1111111 11110 11011

Color Harmonies of #305935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305935

Black with #305935

Text Example


Text Example

White with #305935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305935; }

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

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

background-color css

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

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

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

border-color css

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

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

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