Html Css Color HEX #305932 Parsley

📋 copy color: '#305932'

red 48 ◦ green 89 ◦ blue 50

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

Shades of Parsley #305932

Tints of Parsley #305932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 25.67%
G = 47.59%
B = 26.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#305932 (or 0x305932) is known color: Parsley. HEX triplet: 30, 59 and 32. RGB value is (48,89,50). Sum of RGB (Red+Green+Blue) = 48+89+50=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #305932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305932 is #CFA6CD. Grayscale: #484848. Windows color (decimal): -13608654 or 3299632. OLE color: 3299632.

HSL color Cylindrical-coordinate representation of color #305932: hue angle of 122.93º 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 #305932 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 50 -
CMYK 0.46 0 0.44 0.65
HSL 122.93º 0.3% 0.27% -
HSV(B) 122.93º 0.46% 0.35% -
XYZ 5.37 8 4.28 -
YUV 72.3 115.42 110.67 -
System Red Green Blue C M Y K H S L
Decimal 48 89 50 0.46 0 0.44 0.65 122.93 0.3 0.27
Hex 30 59 32 2E 0 2C 41 7B 1E 1B
Octal 60 131 62 56 0 54 101 173 36 33
Binary 110000 1011001 110010 101110 0 101100 1000001 1111011 11110 11011

Color Harmonies of #305932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305932

Black with #305932

Text Example


Text Example

White with #305932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305932; }

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

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

background-color css

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

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

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

border-color css

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

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

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