Html Css Color HEX #304F2F Parsley

📋 copy color: '#304F2F'

red 48 ◦ green 79 ◦ blue 47

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

Shades of Parsley #304F2F

Tints of Parsley #304F2F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 45.4%

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

R = 27.59%
G = 45.4%
B = 27.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#304F2F (or 0x304F2F) is known color: Parsley. HEX triplet: 30, 4F and 2F. RGB value is (48,79,47). Sum of RGB (Red+Green+Blue) = 48+79+47=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #304F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F2F is #CFB0D0. Grayscale: #424242. Windows color (decimal): -13611217 or 3100464. OLE color: 3100464.

HSL color Cylindrical-coordinate representation of color #304F2F: hue angle of 118.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304F2F is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 79 47 -
CMYK 0.39 0 0.41 0.69
HSL 118.13º 0.25% 0.25% -
HSV(B) 118.13º 0.41% 0.31% -
XYZ 4.53 6.43 3.69 -
YUV 66.08 117.23 115.1 -
System Red Green Blue C M Y K H S L
Decimal 48 79 47 0.39 0 0.41 0.69 118.13 0.25 0.25
Hex 30 4F 2F 27 0 29 45 76 19 19
Octal 60 117 57 47 0 51 105 166 31 31
Binary 110000 1001111 101111 100111 0 101001 1000101 1110110 11001 11001

Color Harmonies of #304F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F2F

Black with #304F2F

Text Example


Text Example

White with #304F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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