Html Css Color HEX #304D30 Parsley

📋 copy color: '#304D30'

red 48 ◦ green 77 ◦ blue 48

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

Shades of Parsley #304D30

Tints of Parsley #304D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.51%

 BLUE value IS 48 (19.14% from 255) = 27.75%

R = 27.75%
G = 44.51%
B = 27.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#304D30 (or 0x304D30) is known color: Parsley. HEX triplet: 30, 4D and 30. RGB value is (48,77,48). Sum of RGB (Red+Green+Blue) = 48+77+48=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #304D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D30 is #CFB2CF. Grayscale: #414141. Windows color (decimal): -13611728 or 3165488. OLE color: 3165488.

HSL color Cylindrical-coordinate representation of color #304D30: hue angle of 120º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D30 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 77 48 -
CMYK 0.38 0 0.38 0.70
HSL 120º 0.23% 0.25% -
HSV(B) 120º 0.38% 0.3% -
XYZ 4.41 6.15 3.75 -
YUV 65.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 48 77 48 0.38 0 0.38 0.70 120 0.23 0.25
Hex 30 4D 30 26 0 26 46 78 17 19
Octal 60 115 60 46 0 46 106 170 27 31
Binary 110000 1001101 110000 100110 0 100110 1000110 1111000 10111 11001

Color Harmonies of #304D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D30

Black with #304D30

Text Example


Text Example

White with #304D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304D30; }

 p { color: rgb(48,77,48); }

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

background-color css

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

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

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

border-color css

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

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

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