Html Css Color HEX #304D2F Parsley

📋 copy color: '#304D2F'

red 48 ◦ green 77 ◦ blue 47

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

Shades of Parsley #304D2F

Tints of Parsley #304D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.33%

R = 27.91%
G = 44.77%
B = 27.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#304D2F (or 0x304D2F) is known color: Parsley. HEX triplet: 30, 4D and 2F. RGB value is (48,77,47). Sum of RGB (Red+Green+Blue) = 48+77+47=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #304D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D2F is #CFB2D0. Grayscale: #414141. Windows color (decimal): -13611729 or 3099952. OLE color: 3099952.

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

Color convert

RGB 48 77 47 -
CMYK 0.38 0 0.39 0.70
HSL 118º 0.24% 0.24% -
HSV(B) 118º 0.39% 0.3% -
XYZ 4.39 6.14 3.64 -
YUV 64.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 48 77 47 0.38 0 0.39 0.70 118 0.24 0.24
Hex 30 4D 2F 26 0 27 46 76 18 18
Octal 60 115 57 46 0 47 106 166 30 30
Binary 110000 1001101 101111 100110 0 100111 1000110 1110110 11000 11000

Color Harmonies of #304D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D2F

Black with #304D2F

Text Example


Text Example

White with #304D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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