Html Css Color HEX #305E34 Parsley

📋 copy color: '#305E34'

red 48 ◦ green 94 ◦ blue 52

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

Shades of Parsley #305E34

Tints of Parsley #305E34

RGB

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

 GREEN value IS 94 (37.11% from 255) = 48.45%

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

R = 24.74%
G = 48.45%
B = 26.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#305E34 (or 0x305E34) is known color: Parsley. HEX triplet: 30, 5E and 34. RGB value is (48,94,52). Sum of RGB (Red+Green+Blue) = 48+94+52=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 94 - color contains mainly: green. Hex color #305E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305E34 is #CFA1CB. Grayscale: #4B4B4B. Windows color (decimal): -13607372 or 3431984. OLE color: 3431984.

HSL color Cylindrical-coordinate representation of color #305E34: hue angle of 125.22º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305E34 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 94 52 -
CMYK 0.49 0 0.45 0.63
HSL 125.22º 0.32% 0.28% -
HSV(B) 125.22º 0.49% 0.37% -
XYZ 5.84 8.88 4.66 -
YUV 75.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 48 94 52 0.49 0 0.45 0.63 125.22 0.32 0.28
Hex 30 5E 34 31 0 2D 3F 7D 20 1C
Octal 60 136 64 61 0 55 77 175 40 34
Binary 110000 1011110 110100 110001 0 101101 111111 1111101 100000 11100

Color Harmonies of #305E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E34

Black with #305E34

Text Example


Text Example

White with #305E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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