Html Css Color HEX #306130 Parsley

📋 copy color: '#306130'

red 48 ◦ green 97 ◦ blue 48

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

Shades of Parsley #306130

Tints of Parsley #306130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.26%

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

R = 24.87%
G = 50.26%
B = 24.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#306130 (or 0x306130) is known color: Parsley. HEX triplet: 30, 61 and 30. RGB value is (48,97,48). Sum of RGB (Red+Green+Blue) = 48+97+48=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #306130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306130 is #CF9ECF. Grayscale: #4C4C4C. Windows color (decimal): -13606608 or 3170608. OLE color: 3170608.

HSL color Cylindrical-coordinate representation of color #306130: hue angle of 120º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306130 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 48 -
CMYK 0.51 0 0.51 0.62
HSL 120º 0.34% 0.28% -
HSV(B) 120º 0.51% 0.38% -
XYZ 6.03 9.39 4.29 -
YUV 76.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 48 97 48 0.51 0 0.51 0.62 120 0.34 0.28
Hex 30 61 30 33 0 33 3E 78 22 1C
Octal 60 141 60 63 0 63 76 170 42 34
Binary 110000 1100001 110000 110011 0 110011 111110 1111000 100010 11100

Color Harmonies of #306130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306130

Black with #306130

Text Example


Text Example

White with #306130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306130; }

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

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

background-color css

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

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

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

border-color css

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

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

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