Html Css Color HEX #305934 Parsley

📋 copy color: '#305934'

red 48 ◦ green 89 ◦ blue 52

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

Shades of Parsley #305934

Tints of Parsley #305934

RGB

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

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

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

R = 25.4%
G = 47.09%
B = 27.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#305934 (or 0x305934) is known color: Parsley. HEX triplet: 30, 59 and 34. RGB value is (48,89,52). Sum of RGB (Red+Green+Blue) = 48+89+52=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #305934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305934 is #CFA6CB. Grayscale: #484848. Windows color (decimal): -13608652 or 3430704. OLE color: 3430704.

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

Color convert

RGB 48 89 52 -
CMYK 0.46 0 0.42 0.65
HSL 125.85º 0.3% 0.27% -
HSV(B) 125.85º 0.46% 0.35% -
XYZ 5.41 8.02 4.51 -
YUV 72.52 116.42 110.51 -
System Red Green Blue C M Y K H S L
Decimal 48 89 52 0.46 0 0.42 0.65 125.85 0.3 0.27
Hex 30 59 34 2E 0 2A 41 7E 1E 1B
Octal 60 131 64 56 0 52 101 176 36 33
Binary 110000 1011001 110100 101110 0 101010 1000001 1111110 11110 11011

Color Harmonies of #305934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305934

Black with #305934

Text Example


Text Example

White with #305934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305934; }

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

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

background-color css

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

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

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

border-color css

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

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

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