Html Css Color HEX #306330 Parsley

📋 copy color: '#306330'

red 48 ◦ green 99 ◦ blue 48

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

Shades of Parsley #306330

Tints of Parsley #306330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.77%

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

R = 24.62%
G = 50.77%
B = 24.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#306330 (or 0x306330) is known color: Parsley. HEX triplet: 30, 63 and 30. RGB value is (48,99,48). Sum of RGB (Red+Green+Blue) = 48+99+48=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #306330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306330 is #CF9CCF. Grayscale: #4E4E4E. Windows color (decimal): -13606096 or 3171120. OLE color: 3171120.

HSL color Cylindrical-coordinate representation of color #306330: hue angle of 120º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306330 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 48 -
CMYK 0.52 0 0.52 0.61
HSL 120º 0.35% 0.29% -
HSV(B) 120º 0.52% 0.39% -
XYZ 6.21 9.77 4.35 -
YUV 77.94 111.1 106.65 -
System Red Green Blue C M Y K H S L
Decimal 48 99 48 0.52 0 0.52 0.61 120 0.35 0.29
Hex 30 63 30 34 0 34 3D 78 23 1D
Octal 60 143 60 64 0 64 75 170 43 35
Binary 110000 1100011 110000 110100 0 110100 111101 1111000 100011 11101

Color Harmonies of #306330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306330

Black with #306330

Text Example


Text Example

White with #306330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306330; }

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

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

background-color css

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

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

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

border-color css

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

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

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